We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7af15 commit 5035ba5Copy full SHA for 5035ba5
1 file changed
Resources/doc/install.md
@@ -178,6 +178,15 @@ Take the SQL that is output and update your database manually.
178
179
> Please take care when updating your database, check the output SQL before applying it.
180
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
190
### Translations
191
192
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