Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non-latin chars in password on logon break application #42

Open
OpossumPetya opened this issue Dec 1, 2014 · 2 comments
Open

non-latin chars in password on logon break application #42

OpossumPetya opened this issue Dec 1, 2014 · 2 comments

Comments

@OpossumPetya
Copy link
Contributor

Steps:

  1. Go to http://galileo-cms.herokuapp.com
  2. Username = user ; password = зфыы ("pass" -- accidentally switched keyboard layout)

Result:

input must contain only octets at /app/vendor/perl-deps/lib/perl5/x86_64-linux/Crypt/Eksblowfish/Bcrypt.pm line 84.

Parameters:
{
  'from' => '/page/home',
  'password' => "\x{437}\x{444}\x{44b}\x{44b}",
  'username' => 'user'
}
@erik-ontarget
Copy link

I guess galileo-cms.herokuapp.com has old version. Tried locally with new version -- no error, just doesn't let me in.

@jberger
Copy link
Owner

jberger commented Dec 3, 2014

hmmmm, I wonder which version galileo is it running? I will try to update soon. The introduction text is slightly different which perhaps I should correct as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants