1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-10 19:23:06 +00:00

Merged r21705 from trunk to 5.0-stable (#37449).

git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21711 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2022-07-17 00:34:31 +00:00
parent 9aa34eb651
commit 3d07523620

View File

@ -1099,7 +1099,7 @@ class UserTest < ActiveSupport::TestCase
end
def test_random_password_include_required_characters
with_settings :password_required_char_classes => Setting::PASSWORD_CHAR_CLASSES do
with_settings :password_required_char_classes => Setting::PASSWORD_CHAR_CLASSES.keys do
u = User.new(:firstname => "new", :lastname => "user", :login => "random", :mail => "random@somnet.foo")
u.random_password
assert u.valid?