Add new password options

Hi,
Is it possible to implement an option to view password ?
Also, is it possible to repeat the password 2 times for confirmation when registering ?

Thank you!

Hi,

Unfortunately, there’s no such feature, it would require a custom implementation. Please check this sample topic hide/show password | WordPress.org. Adding a second field will also require a custom implementation. If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work Customize your website | HivePress

Hi,
Thank you for your answers ! Can you please tell me where I can find the login form ID for my first question ?
Thank you!

Hi,

If you’re familiar with coding, you’ll need to use this hook hivepress/v1/forms/user_login to configure the show password feature. We also plan to add this feature in future updates. With this hook, you can customize any fields in the login form (if it’s a register form, you can use this hook hivepress/v1/forms/user_register). We also recommend looking for examples of such PHP snippets, as there are many of them on the forum.

https://gist.github.com/search?q=user%3Ahivepress+hivepress%2Fv1%2Fforms%2Fuser_register&ref=searchresults

I believe this will be useful to you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.