in reply to Re^3: Ideas for "fixing" PerlMonks 1.0
in thread Ideas for "fixing" PerlMonks 1.0
jdporter - what would it take to make password resets change from the current (email out the plaintext password) to sending out a password-reset link, in the PerlMonks codebase? Is it as simple as an additional SQL table "password_reset" with columns UID, one_time_key, time_requested, and a page that takes the first two as CGI params, asks for a new password, submitting to a second page that takes those 3 values and updates the database by updating the password and deleting the password_reset row? (The time_requested is so it can be cleaned up periodically)
cavac - how does PageCamel do this?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Ideas for "fixing" PerlMonks 1.0
by jdporter (Paladin) on Dec 18, 2024 at 14:21 UTC | |
by LanX (Saint) on Dec 18, 2024 at 14:35 UTC | |
by jdporter (Paladin) on Dec 18, 2024 at 17:17 UTC | |
by LanX (Saint) on Dec 18, 2024 at 17:34 UTC | |
by erzuuli (Cannon) on Dec 18, 2024 at 18:35 UTC | |
| |
Re^5: Ideas for "fixing" PerlMonks 1.0
by LanX (Saint) on Dec 18, 2024 at 09:52 UTC | |
by erzuuli (Cannon) on Dec 18, 2024 at 14:18 UTC | |
by LanX (Saint) on Dec 18, 2024 at 14:37 UTC |