Please log in. To create a new account, enter the name and password you want to use.
If you supplied an email address when you signed up or added a email later, you can have your password reset.
This user name doesn't exist. If you want to create a new account, just verify your password and log in.
This user name exists. If you want to create a new account, please choose a different name.
Enter the current email address you have registered in your profile. You'll get an email containing your new password.
You have no email address in your profile, so you can't have your password reset.
Password reset. Check your email in a few minutes
That account does not exist.
The email address specified is not registered with this account.
Delivery to this email address has failed.
Probably due to the change of the login classes and with my almost zero knowledge of ruby I can't seem to solve this problem:
ActionView::TemplateError occurred in post#show:
undefined method `show_samples' for #<LoginSystem::AnonymousUser:0x2dfa3e8> On line #18 of post/show.html.erb
15: This post was deleted. Reason: <%= format_text(@post.deletion_reason, :skip_simple_format => true) %>. MD5: <%= @post.md5 %> 16: </div> 17: <% end %> 18: <% if !@post.is_deleted? and @post.use_sample(@current_user) %> 19: <div class="status-notice" style="display: none;" id="resized_notice"> 20: This image has been resized. Click Original File to view the original image. 21: <br>
15: This post was deleted. Reason: <%= format_text(@post.deletion_reason, :skip_simple_format => true) %>. MD5: <%= @post.md5 %> 16: </div> 17: <% end %> 18: <% if !@post.is_deleted? and @post.use_sample(@current_user) %> 19: <div class="status-notice" style="display: none;" id="resized_notice"> 20: This image has been resized. Click Original File to view the original image. 21: <br>
admin2