X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e1d681db3316673d8c3f26c2b0efc4a1382ddb73..6d48655a71908c77b041daae3b4c3631675831ae:/app/models/user.rb diff --git a/app/models/user.rb b/app/models/user.rb index 5790d81e5..bc95f20c1 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -119,7 +119,6 @@ class User < ApplicationRecord alias_attribute :created_at, :creation_time - after_initialize :encrypt_password before_save :encrypt_password before_save :update_tile after_save :spam_check