I'm using symfony 1.2 with sfguard 1.4.1. What's the best practice for registering a new user on the system?
Asked
Active
Viewed 4,929 times
2 Answers
8
-
1I know this is an old issue, but for those of you like me picking up work on old system with this, the command for me was `symfony guard:create-user email name password` you can also add `--is-super-admin` to grant that user super admin permissions. – Scott Flack Aug 07 '14 at 07:00
1
You can use sfDoctrineApply. This plugin generates the necessary templates for creating and validating users in the frontend. It can also send emails to users to validated accounts. It's necessary to install ZendMail.

a'r
- 35,921
- 7
- 66
- 67

Rubén Fanjul Estrada
- 1,296
- 19
- 31