doSave类中使用InMemoryUserService方法,在那里我无法检索密码。(我正在使用Java)doFind方法验证用户日志记录。请帮帮我。
非常感谢。
发布于 2012-08-20 13:01:43
要使用HTML表单身份验证,您必须:
if user.passwordInfo.isDefined && use[PasswordHasher].matches(user.passwordInfo.get, credentials._2)为您检查密码https://stackoverflow.com/questions/12036232
复制相似问题