I use Wordpress as a CMS, and it has a nice option whereby, when an admin creates a user, Wordpress generates a password and emails it to the user, who can then login and change it to something more memorable. Can such a feature be implemented in the Codeigniter Ion-auth library?
I'm using Ion-auth in an application I'm developing, and the client has already asked for the feature. In the application, only admins can add users - there's no self-registration.
If not, no big, I'll just tell the client that she'll have to create users with passwords of her own choice, or I'll point her towards a random password generator.