headwayio / voyage

A Rails template with our standard defaults, ready to deploy to Heroku. **See readme in: lib/voyage/README.md**
https://headway.io/voyage
MIT License
0 stars 1 forks source link

Add DisruptiveAngels/administrate-field-password #98

Closed jondkinney closed 6 years ago

jondkinney commented 6 years ago

This is good for creating new users and setting a password initially. The other option (if we don't want to do invites, which we should just do invites) would be setting a password to SecureRandom.hex or something, and making the new user request their password via the forgot link.

GeekOnCoffee commented 6 years ago

We've got this pulled into the Rails Template.