archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

Password with only space charactors error

Open drakiez13 opened this issue 2 years ago • 3 comments

A line in source code that strip the password and lead to that error.

drakiez13 avatar Jul 06 '22 16:07 drakiez13

you would need to add " between the whitespaces to work, simple cmd logic

gadzbi123 avatar Jul 06 '22 21:07 gadzbi123

@drakiez92 thanks for reporting, did you get a stack trace by any chance?

svartkanin avatar Jul 06 '22 21:07 svartkanin

I can't imagine having a password with just space characters is too common, but I guess we should try to support that

dylanmtaylor avatar Jul 06 '22 22:07 dylanmtaylor

There shouldn't be an error anymore when entering a password. If a password with leading, trailing or just spaces is entered they will be stripped.

svartkanin avatar Sep 17 '23 09:09 svartkanin