You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add extra field during the signup like username, and I don't know how to handle this.
I tried creating my own controller and calling Sentinel function, and also trying to replace the :callback attribute in the view by my own function without success.
The "/user/new" work great, but I want to use sentinel on my own "/signup" with username/email/password field.
I would like to know how I could achieve that.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I want to add extra field during the signup like username, and I don't know how to handle this.
I tried creating my own controller and calling Sentinel function, and also trying to replace the :callback attribute in the view by my own function without success.
The "/user/new" work great, but I want to use sentinel on my own "/signup" with username/email/password field.
I would like to know how I could achieve that.
Thanks
The text was updated successfully, but these errors were encountered: