evanmsanders / flex2sms

Web front-end to SACFS flex2sms system.
1 stars 0 forks source link

Log in / Authentication #17

Closed mazzone closed 11 years ago

mazzone commented 12 years ago

Implement an authentication system; .htaccess or otherwise.

evanmsanders commented 12 years ago

I'll handle this one. It's easy, but needs a bit of setup. We'll also need a users table in addition to our current contacts table.

evanmsanders commented 11 years ago

We'll need to sync our security salts in app/Config/core.php before we do this. Could get very messy otherwise.

mazzone commented 11 years ago

No worries mate!