muratiger

Results 1 comments of muratiger

@kerolloz [Override the controller ](https://devise-token-auth.gitbook.io/devise-token-auth/usage/overrides#custom-controller-overrides)and specify the parameters you want to allow in the configure_permitted_parameters method For more information, please see [this](https://github.com/lynndylanhurley/devise_token_auth/issues/440). ``` class RegistrationsController < DeviseTokenAuth::RegistrationsController before_action :configure_permitted_parameters protected...