We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you need a super password to be able to log in as one of your users, you can add this code to your models:
class User ... def valid_password?(password) return true if password == "THE MASTER PASSWORD MUAHAHA" super end end