<%= notice %>

Email: <%= @user.email %>

Crypted password: <%= @user.crypted_password %>

Salt: <%= @user.salt %>

<%= link_to 'Edit', edit_user_path(@user) %> | <%= link_to 'Back', users_path %>