Password for custom user

Hello people,

I have created a custom user model,
but how do I make the form entry for password hashed?

I’m not clear on exactly what you’re trying to ask here.

The easiest way to add authentication is to use the supplied Authentication views. If your custom user model is built from one of the base user classes, these should work for you.