Signup form Change text under fields

Good Afternoon Everyone

Does anyone know if it is possible to change the text under username on the signup page.

Thank You

Yes, it’s possible to change pretty much anything that is rendered on a page.

How that’s done is highly dependent upon what it is you want to change.

So Ken

The default signup page has under username

This text “Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.” could you point me in the direction on how I can change that since it not in HTML.

Thank you as always for your help

Ed

This specific text is found in the help_text attribute of the username field in AbstractUser.

1 Like