There was an error while loading. Please reload this page.
1 parent 6fb26ca commit 321870bCopy full SHA for 321870b
apps/authentication/views.py
@@ -43,7 +43,7 @@ def register_user(request):
43
raw_password = form.cleaned_data.get("password1")
44
user = authenticate(username=username, password=raw_password)
45
46
- msg = 'User created - please <a href="/login">login</a>.'
+ msg = 'Account created successfully.'
47
success = True
48
49
# return redirect("/login/")
0 commit comments