Signup functionality in frappe framework

I’m implementing Signup functionality in frappe framework, but don’t found any way to implement it. can anybody guide me about it?

create a whitelist api to create a user, create a signup page in www folder, get the values from the signup page and pass it to the api you created. which create a user … then create a login api or pass the user credential to default login api… to get login as the created user…! i hope this helps…!

or in website setting in login page these is check box you check that too

Is the requirement of sign up is different from what Frappe by default provides?

It can be enabled through website settings.

if email account setup done.
uncheck Disable Signup in Website Settings.

Or

if you want signup via any other medium.

try this

https://frappeframework.com/docs/user/en/guides/deployment/how-to-enable-social-logins

make sure uncheck Disable Signup in website settings