The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
ID/ password reset Form Tools 3 Alpha - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Form Tools 3 alpha (https://forums.formtools.org/forumdisplay.php?fid=21) +--- Thread: ID/ password reset Form Tools 3 Alpha (/showthread.php?tid=29032) |
ID/ password reset Form Tools 3 Alpha - adminhrfocus - Oct 24th, 2017 Downloaded Form Tools 3 alpha, lost Id/Pwd access to Form Tools program. Is there an easy way to reset Id/Pwd? Per Form Tools Forum, the password reset requires an encrypted password to edit phpMyAdmin "ft_accounts" table The reference to encrypt password ( http://docs.formtools.org/encrypt.php ) does not work. How might I reset Id/Pwd with newly downloaded Form Tools 3 Alpha? adminhrfocus RE: ID/ password reset Form Tools 3 Alpha - Ben - Oct 29th, 2017 Hi adminhrfocus, Sorry for the wait! It was a very busy week...! Ordinarily you can just click the link on the login page to get your password reset, however I see there's a problem with that at the moment: apologies, I'll fix that in the next alpha release. Try this. Create a php file on your site with this content (just change "your password here" to whatever you want). PHP Code: <?php Then load it up in your web browser and copy the generated string to your clipboard. Lastly, open up your database with phpMyAdmin - or whatever DB tool you use - and edit the first record in the ft_accounts table. There change the password field to whatever you just copied to your clipboard. After that's updated you should be allowed to log in again. Sorry for the long explanation... it'll get simpler soon. ![]() Ben RE: ID/ password reset Form Tools 3 Alpha - nelsondcosta - Oct 30th, 2017 Nice I will need this ![]() RE: ID/ password reset Form Tools 3 Alpha - Ben - Oct 31st, 2017 Quick follow-up on this. I thought there was a problem with the auto-generated password you get from the Password Reset email, but turns out it's working fine. I was double clicking it in my email, copying it to my clipboard and pasting it into the Form Tools pwd field in the login form. However, it appears on Chrome/Mac it doesn't show you in your browser that you're also copying whitespace before the text, so I was actually pasting in the password + a space, which didn't work. Wonder if I should trim() the password in the code...? Passwords not starting with (or even containing) whitespace seems reasonable... |