mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 23:15:34 +08:00
Merge pull request #834 from ZmagoD/zd_SCI_1684
fixes accept invitation bug [fixes SCI-1684]
This commit is contained in:
commit
10d5b573ee
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ module Users
|
||||||
|
|
||||||
def update_sanitized_params
|
def update_sanitized_params
|
||||||
# Solution for Devise < 4.0.0
|
# Solution for Devise < 4.0.0
|
||||||
devise_parameter_sanitizer.for(:accept_invitation) << :full_name
|
devise_parameter_sanitizer.permit(:sign_up, keys: [:full_name])
|
||||||
end
|
end
|
||||||
|
|
||||||
def check_captcha
|
def check_captcha
|
||||||
|
|
Loading…
Reference in a new issue