How to manage accout user with ruby

Hello…i’m new in Ruby on Rails…

I wanna know…about login…

Hello hasana

With login I assume you want to be able to manage the access to your
application by verifying user identity and restricting access to
specific
areas of your applicaiton to specific users.

I suggest you look at the Acts_as_Authenticed plugin which will help you
to
do this…

http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated

Regards
Ivor

Thanks you Ivor P.

Hasana H. wrote:

i don’t understand about the installation the login generator…
i try to install the login generator but failed…
what is the simple steps to install the login generator…??

please…help me…

i don’t understand about the installation the login generator…
i try to install the login generator but failed…
what is the simple steps to install the login generator…??

People might not understand what you’re asking. You’ll want to use
the ‘gem’ utility.
http://rubygems.org/

If you’re having issues please tell us what you’re doing and what
errors you’re getting.

Preston

Jamal S. wrote:

Why use plugin when login system just need few lines of code to
implement it?

can you give me the code or guide to the login system…

Hasana H. wrote:

Jamal S. wrote:

Why use plugin when login system just need few lines of code to
implement it?

can you give me the code or guide to the login system…

Copy your text and go to www.google :slight_smile: paste it there and click search!

Ivor P. wrote:

Hello hasana

With login I assume you want to be able to manage the access to your
application by verifying user identity and restricting access to
specific
areas of your applicaiton to specific users.

I suggest you look at the Acts_as_Authenticed plugin which will help you
to
do this…

http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated

Regards
Ivor

Why use plugin when login system just need few lines of code to
implement it?