hamstar / Braincase

A personal knowledge base system for expansion of the mind in a virtual space.
4 stars 1 forks source link

Don't send welcome email from dokuwiki until linux user is setup #244

Open hamstar opened 12 years ago

hamstar commented 12 years ago

Then if possible, use the same password in dokuwiki as in linux.

user-exists && echo $? will return 0 if the user has been setup in linux.

hamstar commented 12 years ago

This has been started on the branch dokumailhalt

hamstar commented 12 years ago

This will need to store plaintext passwords on disk. The emails should be saved to a directory that is not accessible from the web and not accessible by any users other than root (or www-data if chown root:root <file> won't work).

hamstar commented 12 years ago

The user sync script will need to send the email once the user has been setup.