Sometimes I register a "bunch" of new members, kind of service however when I create a default password, most of the time the-mail address.
Now I get back that login with that password won't work and the user sees a "Http 500" error
What is the remedy to solve this.
I use a Sql update script
Code: Select all
INSERT INTO `membership_users` (`memberID`, `email`, `signupDate`, `groupID`, `isApproved`, `pass_reset_key`, `pass_reset_expiry`) VALUES
('name','[email protected]','2024-02-26','8','1','NULL','0'),
Goes something wrong with the update script?
My AppGini Version is: 23.13
Ron