alternative to emailing of passwords?
- Saturday, July 27 2002 @ 04:18 PM EDT
-
- Contributed by:
- drh20708
-
- Views:
- 4,061
I am evaluating different blog packages and would prefer not to email passwords to users. Can geeklog accomodate a different method?
thanks
The following comments are owned by whomever posted them. This site is not responsible for what they say.
However Dirk (dhaun on #geeklog) is working on (has completed) a custom user registration method to work with GeekLog. It gives the admin a list of users that have registered and the admin must specifically approve or reject them.
They still get an emailed password I believe, but if you\'ve done any PHP it should be relatively simple to allow them to sign up with a password and you just approve them.
Thanks,
Frank
$_CONF['usersubmission'] = 1;
in your config.php. After that change, requests for site membership are queued just like story submissions (and can be approved or rejected similarily from the Admin's moderation page).
bye, Dirk
This is not an elegant solution, but if you need to get it done ...