After generated the project, no login and submit button on register page May 26, 2020, 12:48:23 AM Hi!I work wid 2.7.3, and after generated my project, I don't login to page. If I click on Register button onlogin page, I don't find Register submit button on /index/register page.The project generating not correct. Quote Selected
Re: After generated the project, no login and submit button on register page Reply #1 – May 26, 2020, 02:09:05 PM Solution: set Password hash to PHP_default!What is the PHP 7.3 default hash? Quote Selected
Re: After generated the project, no login and submit button on register page Reply #2 – May 26, 2020, 08:44:34 PM @machobymb please make sure you turned on registration for it to be generated and also if you are using an existing user table with user records in it, then you have to make sure you are using the password hash you used when creating those records, else you have to recreate the account using your current project Authentication settings. Quote Selected