Passwords
Last updated
Was this helpful?
Last updated
Was this helpful?
Email and password login is a traditional authentication method where users provide a registered email address and a secure password to access an application.
It offers a straightforward setup for both developers and users, with the flexibility to incorporate password policies, multi-factor authentication, and password reset workflows.
You can see the implementation below
You can create a different Password flow by following this guide
You will need to set up the after_login
setting if you have changed the default page structure in Novel Web.
If you changed /web/app/(app)/dashboard
to /web/app/(app)/apps
for example, you will need to change the configuration in /config/auth.js
.
2024-12-20 - Initial Documentation