Skip to main content
Topic: After generated the project, no login and submit button on register page (Read 1084 times) previous topic - next topic

After generated the project, no login and submit button on register page

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.

Re: After generated the project, no login and submit button on register page

Reply #1
Solution: set Password hash to PHP_default!
What is the PHP 7.3 default hash?

 

Re: After generated the project, no login and submit button on register page

Reply #2
@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.