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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Is there any reason why you can not use Basic Http Authentication? IMHO devise seems to be an overkill for this usecase.