Skip to content

Commit

Permalink
fix of broken PasswordField using BCrypt-based password encryption (c…
Browse files Browse the repository at this point in the history
…loses #937)
  • Loading branch information
rusho committed Feb 10, 2012
1 parent a566382 commit 8f1698a
Show file tree
Hide file tree
Showing 3 changed files with 825 additions and 9 deletions.

1 comment on commit 8f1698a

@kpox
Copy link

@kpox kpox commented on 8f1698a Apr 12, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new behavior of set_! in PasswordField.java now breaks the validation since hat it does not call the newly introduced setPlain(). This deviates from old behavior and I can confirm it breaks sign_up of a new users. See issue #1256.

Please sign in to comment.