jeremyevans / rodauth

Ruby's Most Advanced Authentication Framework
http://rodauth.jeremyevans.net
MIT License
1.69k stars 95 forks source link

how to use other column to register and login #143

Closed nyrf closed 3 years ago

nyrf commented 3 years ago

In our application, we don't need email, we want to use username or mobile to register and login, thanks.

jeremyevans commented 3 years ago

Please review Rodauth's documentation: http://rodauth.jeremyevans.net/documentation.html

If you still have questions, please ask on the Rodauth Google Group. GitHub Issues should only be used for bug reports, per the contribution guidelines.

As a hint, you probably want to use the login_column configuration method.