-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issue on step 9 'Administrator account' #365
Comments
Ubuntu 15.04 Firefox 39 |
Local installation (//localhost) |
Install now on my dev server and install work fine. |
I installed on Ubuntu 15.04 and had no issue. Retried until I recreated the error. The message you described is from the javascript password strength/generator code. I just means nothing has been entered in the field. What seems to be broken is that error messages are not displayed properly. For example, putting in an invalid email address should show an error message, but it only returns blank fields. This does not appear to be specific to any OS or browser, and just a general defect. I'll look into it. Thanks for the report! |
Your comment on the email address given me a part of the problem. |
For whatever reason, the PHP's filter_var() with the FILTER_VALIDATE_EMAIL filter does not like "@localhost" addresses. It does a good job with lots of other edge cases, though. That limitation does keep jokers from trying to register with "nobody@localhost" 😉 |
On fresh installation (just download)
Password fields not recognize. Always message: Password not entered
Composer install ->ok
Apache 2.4.10
Php 5.6.4
Mysql 5.6.25
The text was updated successfully, but these errors were encountered: