mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Merge pull request #11487 from pedrocarmona/feature/invitation-email-locale
Send translated email when creating users via super admin interface
This commit is contained in:
@@ -16,7 +16,7 @@ module PermittedAttributes
|
||||
|
||||
def permitted_attributes
|
||||
[
|
||||
:email, :password, :password_confirmation, :disabled,
|
||||
:email, :locale, :password, :password_confirmation, :disabled,
|
||||
{ webhook_endpoints_attributes: [:id, :url] },
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user