Skip to content

Instantly share code, notes, and snippets.

Created July 15, 2015 15:50
Show Gist options
  • Save anonymous/b686a982623f60250894 to your computer and use it in GitHub Desktop.
Save anonymous/b686a982623f60250894 to your computer and use it in GitHub Desktop.
Started POST "/users" for x.x.x.x at 2015-07-15 16:48:09 +0100
Processing by UsersController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"dpbgaUzI3RfhblPkwVREGBQFdJHUF2BRhuPF1JWlU9OjmlWBRSH52YBhnRFWm8/lyzSFTy+ea1JjMxTZf1ngEg==", "user"=>{"login"=>"user1", "firstname"=>"Firstname", "lastname"=>"Lastname", "mail"=>"firstname.lastname@domain.com", "language"=>"en", "admin"=>"0", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "generate_password"=>"[FILTERED]", "must_change_passwd"=>"0", "mail_notification"=>"only_my_events", "notified_project_ids"=>[""]}, "pref"=>{"no_self_notified"=>"0", "hide_mail"=>"0", "time_zone"=>"", "comments_sorting"=>"asc", "warn_on_leaving_unsaved"=>"0"}, "send_information"=>"1", "commit"=>"Create"}
Current user: admin (id=82)
WARNING: Can't mass-assign protected attributes for User: login
lib/redmine/safe_attributes.rb:84:in `safe_attributes='
app/controllers/users_controller.rb:89:in `create'
Rendered users/_mail_notifications.html.erb (2.8ms)
Rendered users/_preferences.html.erb (4.4ms)
Rendered users/_form.html.erb (12.6ms)
Rendered users/new.html.erb within layouts/admin (14.3ms)
Rendered admin/_menu.html.erb (3.6ms)
Rendered layouts/base.html.erb (22.0ms)
Completed 200 OK in 56ms (Views: 39.3ms | ActiveRecord: 3.1ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment