Fix Bug48: Implememt Password Recovery Using Security Questions #73

Open
boussouf wants to merge 3 commits from Bug48-Aya into Hui-Organize
Collaborator

Implements password recovery using security questions. See Bug 48.

Implements password recovery using security questions. See [Bug 48](http://118.25.96.118/bugzilla/show_bug.cgi?id=48).
boussouf added 1 commit 2025-05-15 11:21:54 +08:00
boussouf closed this pull request 2025-05-15 11:22:11 +08:00
boussouf reopened this pull request 2025-05-15 11:22:59 +08:00

Thanks, I will check.

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.

@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.
boussouf added 1 commit 2025-05-18 02:39:04 +08:00
Poster
Collaborator

@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.

@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.
mrlan added 1 commit 2025-05-20 07:47:03 +08:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b Bug48-Aya Hui-Organize
git pull origin Bug48-Aya

Step 2:

Merge the changes and update on Gitea.
git checkout Hui-Organize
git merge --no-ff Bug48-Aya
git push origin Hui-Organize
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrlan/LRR#73
There is no content yet.