claudioc / jingo

Node.js based Wiki
MIT License
1.02k stars 182 forks source link

Simple login method #2

Closed hrj closed 11 years ago

hrj commented 11 years ago

A simple login method for local installations would be very desirable. By simple, I mean: salted password or some such method. Easy way to do this would be to have a command line option to generate salted passwords for a user:

jingo --generate-salt username password

The admin can then copy this into the config file. This should suffice for personal wikis and the like.

Thanks for making a great project!

claudioc commented 11 years ago

Oh, that is an interesting option indeed... I did not think about Jingo as PKM but it could be used like that. Thanks for the suggestion, definitely in the TODO :)

claudioc commented 11 years ago

Starting working on this one.

claudioc commented 11 years ago

Done :)

hrj commented 11 years ago

:thumbsup:

thanks!