I'm using rails 3.2.1 + devise 2.0.4
My problem is that in my website only : Admin will create new users no direct registration for users. Now when Admin create new_user confirmation mail will be send to the user email id. The content of the mail is
user_name
user_password
But the password come in encrypted format.
How I'll get password in readable form.