Skip to content

Commit 5035ba5

Browse files
committed
Mentioning the migrate-users task in the docs
1 parent 6a7af15 commit 5035ba5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Resources/doc/install.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,15 @@ Take the SQL that is output and update your database manually.
178178

179179
> Please take care when updating your database, check the output SQL before applying it.
180180
181+
### Post-installation: migrating existing users
182+
183+
If you have pre-existing users, you need to migrate them to attach a default profile. This bundle contains a task which
184+
does this for you. It can be run with:
185+
186+
``` bash
187+
$ php app/console ccdn-user-profile:migrate-users
188+
```
189+
181190
### Translations
182191

183192
If you wish to use default texts provided in this bundle, you have to make sure you have translator enabled in your config.

0 commit comments

Comments
 (0)