Fresh install - Setup new system - no password field

Infos:

Expected behavior:

  • Ask for Password/Show password field in the form

Actual behavior:

  • no password field but after clicking submit error message:

Invalid password, it must contain at least 2 lowercase and 2 uppercase characters!

  • no error in production.log

Steps to reproduce the behavior:

  • do a fresh install on ubuntu


Seems like you didn’t completely follow the documentation.
You forgot to seed the database: rake db:seed

Ensure to run the migrate command before.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.