mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #44704
[Bug 1712737] Re: force password change on login requires a new email too
This issue is due to the use of an '@example.org' email. Mahara now sees
any email ending in 'example.org' as being fake (as they must be as one
can't own that URL)
If you do this test with any other email address you do not get prompted
to fill in the email when signing in.
The error message you receive it technically true as it is being used.
But I don't think we should add a message saying 'stop entering a fake
email address' because that will just be overkill.
** Changed in: mahara
Status: Confirmed => Won't Fix
** Changed in: mahara
Importance: High => Undecided
** Changed in: mahara
Milestone: 17.10.0 => None
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1712737
Title:
force password change on login requires a new email too
Status in Mahara:
Won't Fix
Bug description:
I noticed the un-merged patch https://reviews.mahara.org/#/c/7880/ is
failing automated tests because of a bug that requires a new email
address when you first log in as a new user and are required to change
your password. This is also true on master.
Steps to replicate:
While logged in as admin, create a new user:
First Name: Anna
Last Name: Smith
Email: anna@xxxxxxxxxxx
Username: anna
Password: changeme1
Hit "Create user" and confirm on the next page that "Force password change on next login" is enabled.
Log out and then log in as anna.
You'll be taken to the change password page. Enter:
New password: anna1!
Confirm password: anna1!
Primary email: anna@xxxxxxxxxxx
Then Submit.
You'll get an error message that the email address is already taken. So you can't update the password without having a new email address too. :(
This bug seems to have been introduced recently as the add_users_new.feature was passing when written a few weeks ago.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1712737/+subscriptions
References