Hi @Leo10
Welcome back to the Auth0 Community!
Unfortunately, you are unable to disable/hide or move the password tooltip visible on the signup/change password page.
One way to implement what you are looking for would be to disable the Password Strength option from the database you are using and implement a custom tooltip by using Partials via our Management API. However, this approach can be tedious since you would need to implement your own logic to check the password’s strength during sign-up or via a Post Login Action. You can read more about Partials and Prompts in our documentation.
Otherwise, we do not recommend to change/format the tooltip, especially since we do not offer any other direct customizations other than the ones provided through the Dashboard.
If you have any other questions, feel free to leave a reply on the post.
Kind Regards,
Nik