Galileo icon indicating copy to clipboard operation
Galileo copied to clipboard

non-latin chars in password on logon break application

Open OpossumPetya opened this issue 11 years ago • 2 comments

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'
}

OpossumPetya avatar Dec 01 '14 22:12 OpossumPetya

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

erik-ontarget avatar Dec 02 '14 12:12 erik-ontarget

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!

jberger avatar Dec 03 '14 04:12 jberger