-
Notifications
You must be signed in to change notification settings - Fork 15
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
Any Password == LoginFailure #7
Comments
@jsayles try to login with username "supervisor" and blank password. This user can only reset admin password via web interface or panel. Pay attention to don't change and lost the supervisor password because you need a main board replacement. |
Work recently got a 'Aficio MP C4500' (it works, add to 'it works' list?) with a password set and I ran into this issue. I think this might be a ricoh firmware bug. Having a blank password on the copier then putting a bad password into the script will 100% succeed! BUT if you have a password set on the copier then this script will always fail with authentication failure from the copier using the right password or a wrong one. I've just set the ricoh copier password to blank and hope for the best. *hides* [edit] |
Same problem in a RICOH MP 5055. Without password, it works fine. |
I'm a PowerShell guy so just started diving into Python script since I want to use this for the Ricoh Copiers I manage. This should allow you to authenticate to your copier if you have a password set (and are using basic auth). At least it did for me on a Ricoh MP C3503 Hope that helps. |
I have deleted the "Encoding" and it works in my Ricoh MP5055. My life is easier now. |
This should allow you to authenticate to your copier in both cases (with or without password) Thanks @jstrong013 in #7
@jstrong013 You mind explaining how you figured out the encoding was the issue? I tried looking at Ricoh's docs and I can't make heads or tails of them. |
Hey @credomane, I saw this page. This provided the authentication string which didn't match what was there before @tvalreq's commit referenced above. I'm not aware of any Ricoh's docs available? The available information from that repository and the work done by Alexander Krause is what I used. Cheers |
I'm trying to lock down my printer and not have the default blank admin password. Seems like any password entered results in a LoginFailure.
The text was updated successfully, but these errors were encountered: