Skip to content

Do not require immediate password reset if specifying a password

Matthias Käppler requested to merge github/fork/dluchinienoc/master into master

Created by: dluchinienoc

The database seeding routine allows for a password to be set for the root user, but will require that password to be immediately reset on first login.

This diff sets the password expiry time to nil if a password is provided at seed time.

Merge request reports