You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If a user is registered by tries to login before using their link to set their password, the application receives a 500 exception because of an NPE in the password salter.
java.lang.NullPointerException: null
at io.featurehub.db.password.PasswordSalter.validatePassword(PasswordSalter.java:68) ~[classes/:?]
The text was updated successfully, but these errors were encountered:
Describe the bug
If a user is registered by tries to login before using their link to set their password, the application receives a 500 exception because of an NPE in the password salter.
java.lang.NullPointerException: null
at io.featurehub.db.password.PasswordSalter.validatePassword(PasswordSalter.java:68) ~[classes/:?]
The text was updated successfully, but these errors were encountered: