I'm trying to use Password Authentication, and starting from the typesafe example seed, I have things (sort-of) working. However, I can't login. So, for 'trying it out' purposses, I added my own identity to the PasswordInfoDAO object but I keep getting an IllegalArgumentException: Invalid salt version, regardless of how I try to set things up. See this
gist for the code I'm using. I am basically just adding a single element to the hashmap, so that it can be found by find, but not working.
Thanks for your assistance.
Jeff