chore: Support for special characters in password

Fixes: #2919
This commit is contained in:
Tejaswini Chile
2021-09-13 13:15:05 +05:30
committed by GitHub
parent f79c52b8c3
commit b74261205d
3 changed files with 23 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ gem 'barnes'
##--- gems for authentication & authorization ---##
gem 'devise'
gem 'devise-secure_password', '~> 2.0'
gem 'devise-secure_password', '~> 2.0', git: 'https://github.com/chatwoot/devise-secure_password'
gem 'devise_token_auth'
# authorization
gem 'jwt'