04/27 Updated customer invitation allow customer to create username & password 2
This commit is contained in:
@@ -161,7 +161,7 @@ def create():
|
|||||||
|
|
||||||
flash(
|
flash(
|
||||||
f'Customer account created for {full_name}. '
|
f'Customer account created for {full_name}. '
|
||||||
f'They can now log in with username '{username}'.',
|
f'They can now log in with username "{username}".',
|
||||||
'success'
|
'success'
|
||||||
)
|
)
|
||||||
return redirect(url_for('customers.manage', customer_id=user.id))
|
return redirect(url_for('customers.manage', customer_id=user.id))
|
||||||
|
|||||||
Reference in New Issue
Block a user