04/27 Updated customer invitation allow customer to create username & password 2

This commit is contained in:
2026-04-27 14:47:46 -04:00
parent bd05384a59
commit 19fe1d8328
+1 -1
View File
@@ -161,7 +161,7 @@ def create():
flash(
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'
)
return redirect(url_for('customers.manage', customer_id=user.id))