mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
fix typo
This commit is contained in:
parent
f180aba492
commit
3d6cfc6421
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class AnonymousShadowCreator
|
||||||
User.transaction do
|
User.transaction do
|
||||||
shadow = User.create!(
|
shadow = User.create!(
|
||||||
password: SecureRandom.hex,
|
password: SecureRandom.hex,
|
||||||
email: "#{SecureRandom.hex}@anon.#{Discourse.current_hostname}.com",
|
email: "#{SecureRandom.hex}@anon.#{Discourse.current_hostname}",
|
||||||
name: "",
|
name: "",
|
||||||
username: UserNameSuggester.suggest(I18n.t(:anonymous).downcase),
|
username: UserNameSuggester.suggest(I18n.t(:anonymous).downcase),
|
||||||
active: true,
|
active: true,
|
||||||
|
|
Loading…
Reference in a new issue