fun fact: the @ghost account in wasteof1 acts like any other account
Did it have a password?
its impossible to log into ghost normally since it’s password is set to be blank
and while logging in, you cant have the password field to be blank
I just checked the code, and the check to see is password is blank is entirely client side, just uses “required”. If you remove that you might be able to log in, I’ll try later
maybe
no, you will not, because bcrypt won’t be able to check it and will just error out
Did it have a password?
its impossible to log into ghost normally since it’s password is set to be blank
and while logging in, you cant have the password field to be blank
I just checked the code, and the check to see is password is blank is entirely client side, just uses “required”. If you remove that you might be able to log in, I’ll try later
maybe
no, you will not, because bcrypt won’t be able to check it and will just error out