typo fixed in doc

This commit is contained in:
Christoph Haas 2025-05-13 01:19:47 +02:00
parent 368d4b9c27
commit 20d2cd6cae

View file

@ -43,7 +43,7 @@ Start a Rails console:
Create a new user record:
user = User.create(realname: 'Christoph Haas', password: 'foobartest', email: 'email@christoph-haas.de', provider: 'local')
user = User.create(name: 'Christoph Haas', password: 'foobartest', email: 'email@christoph-haas.de', provider: 'local')
user.save!
## Cron jobs