Fix Bug48: Implememt Password Recovery Using Security Questions #73
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "Bug48-Aya"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Implements password recovery using security questions. See Bug 48.
Thanks, I will check.
@boussouf
The auto tests work well.
However, could you let LRR ask security questions once the user signed up?
The current behavior is that LRR does not ask security questions until the newly signed-up user logs in again.
@mrlan
We've updated the Script.php file to ensure that when a new user signs up, they are immediately redirected to the SecurityQuestions.php page rather than to the courses page. This way, users will be asked to set up their security questions right after creating their account, without needing to log in again.
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.