Account Sign in / Sign up

Oboku currently supports two ways to sign in

Google Sign-In

If you add support for google sign in you can use this method. See the Configuration section

Local (email/password)

This is more of the regular way and does not involves any external providers. This is also the default login method when self-hosting. This is the normal "register" flow on the sign in page. Local account requires a valid email so user will be asked to continue the flow from a link sent to their provided email. Read the following section regarding emails.

With email provider setup

If you havev configured an email provider, users will be able to register themsveles through the normal registration flow. They will receive a verification email to allow their account creation. Visit the Configuration section to learn how to configure your email provider.

Without email provider setup

If you have not configured an email provider, users will not be able to receive a confirmation email directly. You need to generate a link yourself through the admin panel. Visit the Admin section to learn more.

Last updated