That's funny. I found this post viewtopic.php?t=2300576 from 2015 that's exactly the opposite of now. It requires the username and then sends a temporary password. Now it sends you the username and a link to change the password. That is what I want. Although I realized that most people will know their username which will just be first space last. For those with weird usernames with hyphens or Jr. or trustee accounts (it's a 55+ HOA) I'm running some REGEX in the code to clean them up.
The username_clean field in the user table is Unique so I don't have to worry much about having a duplicate name, it will probably throw an error when I run the SQL. There is an option in myphpadmin to automatically rollback after executing the SQL so I'll have lots of testing. It's probably just doing a transaction and rollback which I'd do anyway.
The username_clean field in the user table is Unique so I don't have to worry much about having a duplicate name, it will probably throw an error when I run the SQL. There is an option in myphpadmin to automatically rollback after executing the SQL so I'll have lots of testing. It's probably just doing a transaction and rollback which I'd do anyway.
Statistics: Posted by dgkulick — Wed Feb 21, 2024 2:32 am