Cannot See Password

Why I cannot see password field in database when i created signup system using default signup elements in default batadase…???

Because passwords are sanitized for security reasons.

Can i create my own login system where i can track passwords as well. I mean is it legal on bubble…??

You probably could, but you wouldn’t be able to use some of the built in account features.

Remember, though, when it comes to security, one of the basic rules of software dev is do not roll your own or try and invent new schemes. They tend to get broken quite quickly. Use proven libraries and techniques for account management and encryption.

Also, tracking passwords ie. so they are visible or recoverable is not best practice anymore or recommended. One way hashing with salting is really the only acceptable password storage method at present.

This topic was automatically closed after 70 days. New replies are no longer allowed.