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.
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