gorrillamcd / Armory

Armory is an application making it easy for people to deploy a Bible College either on the internet or local network. Written with Ruby on Rails.
3 stars 0 forks source link

Complete Signup, Login, Logout Process #2

Closed gorrillamcd closed 12 years ago

gorrillamcd commented 12 years ago

There is no way to register, login, or logout for users.

gorrillamcd commented 12 years ago

Completed this one as well. However, as with the "Adding User Roles" issue, this will be revisited in the "Security Hardening" milestone after the main features have been completed so that it can be integrated with new changes that will have happened.

I used devise for authentication and modified the views to suit my app.