stephanediondev / readerself

Replaced by a new version
https://github.com/stephanediondev/feed
Other
158 stars 26 forks source link

Multiple Users #2

Closed fnarp closed 11 years ago

fnarp commented 11 years ago

Can this be used for multiple users?

stephanediondev commented 11 years ago

It's made to be multi-users For now you can use register page only once I have to set an option in config to disable/enable multi-users

You can add a new record in members table The password is saved with salt SHA1(your-password+salt-in-config)

stephanediondev commented 11 years ago

It's done

In reader_config.php, new option "register_multi"

fnarp commented 11 years ago

Thanks!