mochidino
mochidino

Reputation: 3683

rails 3 authentication

i'm currently buidling my own blog using rails 3. and use devise gem for authentication. the problem is , i want only one user out here --- the admin user, and prehibits others from signing up, how can I achive that?

Upvotes: 0

Views: 680

Answers (1)

Joshua Partogi
Joshua Partogi

Reputation: 16435

Is there any reason why you can not use Basic Http Authentication? IMHO devise seems to be an overkill for this usecase.

Upvotes: 4

Related Questions