muck-users 3.1.9 → 3.1.10

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.9
1
+ 3.1.10
@@ -6,7 +6,8 @@
6
6
  <%= f.password_field :password, { :label => I18n.t('muck.users.password'), :class => 'password', :hide_required => true, :hide_control_error => true } -%>
7
7
  <%= f.check_box :remember_me, { :label => I18n.t('muck.users.remember_me'), :class => 'checkbox', :hide_required => true, :hide_control_error => true } %>
8
8
  <div class="button form-row">
9
- <%= submit_tag I18n.t('muck.users.sign_in') %>
9
+ <%= submit_tag I18n.t('muck.users.sign_in'), :class => 'wait-button' %>
10
+ <div class="waiting" style="display:none;"><%=translate('muck.users.signin_wait') %></div>
10
11
  </div>
11
12
  <div class="form-row">
12
13
  <span class="instruction"><%= link_to I18n.t('muck.users.register_for_account'), signup_url %></span> |
@@ -35,7 +35,8 @@
35
35
  <% end -%>
36
36
 
37
37
  <div class="button form-row">
38
- <%= f.submit t('muck.users.sign_up_now') %>
38
+ <%= f.submit t('muck.users.sign_up_now'), :class => 'wait-button' %>
39
+ <div class="waiting" style="display:none;"><%=translate('muck.users.signup_wait') %></div>
39
40
  </div>
40
41
 
41
42
  <% end -%>
@@ -2,235 +2,237 @@
2
2
  en:
3
3
  muck:
4
4
  users:
5
- sign_up_now: Sign-up Now
6
- old_password_incorrect: Your old password is incorrect.
7
- bulk_access_code_emails_tip: Separate emails with a comma
8
- join_application_name: Join and get it done
9
- access_code_request_delete_confirm: Are you sure you want to cancel this access code request?
10
- email_help: Please use a valid, current e-mail address. We will never share or spam your e-mail address.
11
- logout_required: ""
12
- access_code_fullfill_invites_limit_tip: Enter a number to limit the number of requests sent out. For example, entering 100 will limit the invites to the most recent 100 requests
13
- access_required_warning: Site access is currently restricted. You need a valid access code to sign up.
14
- login_out_success: You have been logged out.
15
- sign_out_title: Sign Out
16
- cant_disable_admin: Can't disable an administrator. Please remove the user from the administrator role and try again.
17
- already_registered: Already a member?
18
- activation_not_found: Activation code not found. Please try creating a new account.
19
- use_limit_tip: Enter the number of times the access code can be used.
20
- login_title: Log-in to your Account
21
- user_disable_problem: There was a problem disabling this user.
22
- access_code: Access Code
23
- change_permissions_for: Change Permissions for %{user}
24
- login_success: Login successful!
25
- change_password: Change Password
26
- add_user_to_role: Add User to Role
5
+ add_access_code: Add Access Code
6
+ cant_delete_admin: You can't delete a user that is in the admin role. Remove the user from the administrator role and then try again. Please be careful when deleting administrators. If you delete all administrator accounts you will no longer be able to login to the administration system.
7
+ sign_in_now: Sign in now!
27
8
  add_access_code_title: Add Access Code
28
- terms_and_service: By clicking 'Sign-up Now' you agree to comply with the %{tos_link_anchor}Terms and Conditions%{link_end}.
29
- password_reset_link_sent: Instructions to reset your password have been emailed to you. Please check your email.
30
- deleting_user: deleting user...
31
- forgot_your_username: Forgot your username?
32
- email: Email
33
- access_code_fullfill_invites_tip: Check here to send invites to users who have requested an invite. This will ignore any emails specified above.
34
- login_requred: You must be logged in to access this feature.
35
- recover_password: Recover Password
36
- confirm_delete_account: Are you sure you want to delete your account?\nThis can not be undone.
37
- access_code_deleted: Deleted access code.
38
- password_updated: Password successfully updated.
39
- username_sent: Your username has been sent emailed to you. Please check your Email.
40
- add_permission: (Add Permission)
41
- access_code_delete_error: An error occured while trying to delete the access code
42
- access_code_fullfill_invites: Fulfill Invite Requests
43
- access_code_unlimited: Unlimited
44
- welcome: Welcome
45
- bulk_access_codes_created: Bulk access codes created and emailed to %{email_count} emails.
46
- users_in_role: "Users in role: %{role}"
47
- current_password: Current Password
48
- user_update_sucess: User was successfully updated
49
- problem_creating_account: "There was a problem creating your account. Please correct the following errors:"
50
- terms_of_service_required: You must accept the terms of service.
51
- password_confirmation_help: To ensure that your password is correct please enter it again here.
52
- edit_access_code_title: Edit Access Code
53
- access_request_name: Name
54
- thanks_sign_up_login: Thanks for signing up! You may login now
55
- already_activated: Your account has already been activated. You can log in below.
56
- access_code_requests_signed_up_on: Signed up on
57
- access_request_email: Email
58
- password: Password
59
- account_not_activated: Your %{application_name} account has not yet been activated.
60
- sorry_invalid_reset_code: We're sorry, but we could not locate your account. If you are having issues try copying and pasting the URL from your email into your browser or restarting the reset password process.
61
- update_user_admin: Update User
62
- problem_changing_password: There was a problem changing your password. %{errors}
63
- access_code_delete_problem: Cannot delete access code it has users associated with it.
64
- access_code_requests_email: Email
65
- user_enable_problem: There was a problem enabling this user.
66
- access_code_tip: Enter a access code.
67
- email_empty: Please enter an email address
68
- select_new_password: Select a New Password
69
- bulk_access_code_emails: Emails
70
- bulk_access_code_subject: Subject
71
- access_code_delete_link: Delete Access Code
9
+ login_title: Log-in to your Account
10
+ old_password_incorrect: Your old password is incorrect.
11
+ username_recover_prompt: Please provide the email that you used when you created your account, your username will be emailed to you.
12
+ add_permission_to_user: Add Permission to user %{user}
72
13
  request_access_code: Request Access Code
73
- first_name: First Name
74
- forgot_username: Forgot Username
75
- account_activated: Your account has been activated! You can now login.
76
- already_logged_in: You are already logged in and don't need to recover your password.
77
- email_invalid: Invalid email
78
- validation_is_required: is required.
79
- user_disabled: User disabled
80
- invalid_username: Invalid username
81
- access_code_requests_code_sent_on: Code Sent on
82
- update: Update
83
- could_not_find_user_with_email: Could not find a user with that email address.
84
- password_reset_email_subject: You have requested to change your %{application_name} password
85
- cannot_deactivate_yourself: You cannot deactivate yourself!
86
- bulk_access_codes_description: This will generate a unique, single use access code for each of the emails provided.
87
- add: Add
14
+ access_code_related_users: Users who signed up with this code
15
+ unlimited_tip: Check here if the access code can be used an unlimited number of times. This will override the use limit.
16
+ login_empty: Please enter a login
17
+ activation_instructions: Activation Instructions
18
+ sign_up_now: Sign-up Now
19
+ login_fail: We're sorry, but we couldn't recognize your login information. Please try again.
20
+ bulk_access_codes_title: Bulk Access Codes
21
+ account_not_activated: Your %{application_name} account has not yet been activated.
22
+ access_code_added: Access Code was successfully added
23
+ confirm_delete_account: Are you sure you want to delete your account?\nThis can not be undone.
24
+ bulk_access_code_message: Message
25
+ view_your_account: View Your Account
26
+ password_mismatch: Password mismatch.
27
+ username_not_available: Username not available
88
28
  admin:
89
29
  activate_all_inactive_users_confirm: Are you sure you want to activate all inactive users in the system? This cannot be undone!
90
30
  activate_all_inactive_users: Activate All Inactive Users
91
31
  show_emails: Show Emails
92
32
  search_users: Search Users
93
33
  unactivated_users: There are %{count} unactivated users
94
- request_username: Request Username
95
- name: Name
96
- terms_and_service_tip: In order to register you must agree to the terms and conditions. You may review these policies before proceeding by clicking on the link.
97
- sign_in_now: Sign in now!
98
- my_dashboard: My Dashboard
34
+ invalid_username: Invalid username
35
+ last_name: Last Name
36
+ user_update: Your user information has been updated.
99
37
  confirm_select_new_password: Confirm Password Change
100
- use_limit: Number of Uses
101
- access_code_subject: Subject
38
+ email_invalid: Invalid email
39
+ user_disable_problem: There was a problem disabling this user.
40
+ email_not_available: Email already in use. %{reset_password_help}
41
+ total_users: "Total Users: %{total}"
42
+ add_role_dialog_title: Add Role
43
+ submit: Submit
44
+ application_base_url_not_set: Please set application_base_url in global_config.yml
102
45
  add_role: Add Role
103
- admin_users_title: User Administration
104
- edit_access_code: Edit Access Code
105
- click_to_sign_up_now: Click here to sign up now.
106
- forgot_password: Forgot Password
107
- login: Login
108
- validation_are_required: are required.
109
- user_not_activated_error: Could not activate user
110
- password_not_reset: Password not reset.
111
- save: Save
112
- delete_this_user: Delete this user.
113
- username_help: You can use between 6 and 20 characters. If the name you want isn't available try adding numbers or punctuation.
46
+ login_requred: You must be logged in to access this feature.
47
+ reset_password: Reset Your Password
48
+ permission_denied: You don't have permission to complete the requested action.
49
+ access_code_delete_problem: Cannot delete access code it has users associated with it.
50
+ access_code_unlimited: Unlimited
51
+ access_code_use_limit: Use Limit
52
+ access_code_fullfill_invites_limit: Invite Request Limit
53
+ activation_complete: Activation Complete
114
54
  edit_role_dialog_title: Edit Role
115
- change_permissions: Change Roles
116
- send_access_code_request_title: Send Code
55
+ already_logged_in: You are already logged in and don't need to recover your password.
56
+ forgot_your_username: Forgot your username?
117
57
  access_code_created: Created
118
- username_not_available: Username not available
119
- remove_my_account: Remove My Account
120
- email_available: Email available
121
- thanks_sign_up_check: Your account has been created. Please check your e-mail for your account activation instructions!
122
- user_enabled: User enabled
123
- request_access_code_instruction: Please provide the following information and we'll provide you with an access code as soon as possible.
124
- delete_my_account: Delete my user account and all my data.
125
- activation_instructions: Activation Instructions
126
- edit: Edit
127
- what_is_the_email: What is the email address used to create your account?
128
- access_code_added: Access Code was successfully added
129
- password_reset: Password reset.
130
- register_account: Register for a %{application_name} account
131
- welcome_message: Welcome to muck. This system provides the basic components to help you build your website.
132
- activation_complete: Activation Complete
133
- access_code_uses: Uses
134
- recover_password_prompt: (If you forgot your password recover it here)
135
- access_code_thank_you: Thank you for your interest. We'll get you a code as soon as possible.
58
+ bulk_access_code_problem: Problem adding access code
59
+ signup_wait: Signing you up. Please wait.
60
+ password_not_reset: Password not reset.
61
+ my_dashboard: My Dashboard
62
+ bulk_access_codes_description: This will generate a unique, single use access code for each of the emails provided.
63
+ cannot_deactivate_yourself: You cannot deactivate yourself!
64
+ user_disabled: User disabled
65
+ access_code_request_delete_confirm: Are you sure you want to cancel this access code request?
66
+ role_delete_confirm: Are you sure you want to delete this role? All associated permissions will also be deleted!
67
+ role: Role
136
68
  username: Username
137
- user_marked_active: User has been marked as active
69
+ access_code: Access Code
70
+ already_registered: Already a member?
138
71
  all_users: All Users
139
- access_code_request_tip: Enter your email and we'll send you an access code as soon as one is available. Thank you!
140
- password_mismatch: Password mismatch.
141
- add_role_dialog_title: Add Role
142
- user_account_deleted: You have successfully deleted your account.
143
- new_password_doesnt_match: New password does not match the password confirmation.
144
- add_permission_to_user: Add Permission to user %{user}
145
- sign_in: Sign In
146
- role_deleted: Role Deleted
147
- complete_profile: Complete Your Profile
148
- access_codes: Access Codes
149
- access_code_delete_confirm: Are you sure you want to cancel this access code?
150
- expiration_date_tip: Enter the date upon which the access code will become invalid
72
+ login_out_success: You have been logged out.
73
+ validation_are_required: are required.
74
+ request_username: Request Username
75
+ send_access_code: Send Code
76
+ send_code: Send Code
151
77
  problem_editing_account: There was a problem updating your information.
78
+ edit: Edit
79
+ access_code_subject: Subject
80
+ thanks_sign_up: Thanks for signing up!
81
+ access_code_request_send_problem: There was a problem sending the code
82
+ sign_in: Sign In
83
+ user_enabled: User enabled
84
+ name: Name
85
+ bulk_access_code_emails: Emails
86
+ role_not_deleted: Role could not be deleted
152
87
  navigation:
153
88
  inactive_users: Inactive Users
154
89
  all_users: All Users
155
90
  search_users: Search Users
156
- user_marked_inactive: User has been marked as inactive
157
- access_code_request_thank_you: Thank you for your request. We'll be in touch as soon as possible.
158
- send_access_code_instructions: Provide a message and body that will be sent in the email along with the code that will let the user create an account.
159
- access_code_requests_name: Name
160
- access_code_fullfill_invites_limit: Invite Request Limit
161
- bulk_access_code_tip: Optional. If a code is specified then that code will be sent to all users. Leave this field empty to send a unique code to each user.
162
- role: Role
163
- bulk_access_codes_title: Bulk Access Codes
164
- users_admin: Users
165
- username_recover_prompt: Please provide the email that you used when you created your account, your username will be emailed to you.
166
- access_code_expires: Expires
167
- user_successfully_deleted: User %{login} was successfully deleted.
168
- application_base_url_not_set: Please set application_base_url in global_config.yml
169
- cant_delete_admin: You can't delete a user that is in the admin role. Remove the user from the administrator role and then try again. Please be careful when deleting administrators. If you delete all administrator accounts you will no longer be able to login to the administration system.
170
- access_code_update_problem: There was a problem updating the access code.
91
+ access_code_uses: Uses
92
+ select_new_password: Select a New Password
93
+ login: Login
94
+ access_code_requests_code_sent_on: Code Sent on
95
+ email_address: Email Address
96
+ access_code_help: If you received a access code from us, please enter it in the box above. You may also %{access_request_anchor}request a access code%{access_request_anchor_end}.
97
+ delete: Delete
98
+ bulk_access_codes_created: Bulk access codes created and emailed to %{email_count} emails.
99
+ access_required_warning: Site access is currently restricted. You need a valid access code to sign up.
100
+ unlimited: Unlimited Uses
101
+ access_code_thank_you: Thank you for your interest. We'll get you a code as soon as possible.
102
+ access_code_delete_link: Delete Access Code
103
+ access_code_tip: Enter a access code.
104
+ change_password: Change Password
105
+ use_limit_tip: Enter the number of times the access code can be used.
106
+ roles: Roles
107
+ problem_creating_account: "There was a problem creating your account. Please correct the following errors:"
108
+ welcome_message: Welcome to muck. This system provides the basic components to help you build your website.
109
+ what_is_the_email: What is the email address used to create your account?
110
+ delete_my_account: Delete my user account and all my data.
111
+ change_permissions: Change Roles
112
+ access_code_requests_email: Email
113
+ password_reset_link_sent: Instructions to reset your password have been emailed to you. Please check your email.
114
+ access_code_add_problem: Problem adding access code
171
115
  user_not_deactivated_error: Could not deactivate user
172
- total_users: "Total Users: %{total}"
116
+ account_activated: Your account has been activated! You can now login.
117
+ welcome: Welcome
118
+ update: Update
119
+ already_activated: Your account has already been activated. You can log in below.
120
+ welcome_email_subject: Welcome to %{application_name}
121
+ deleting_user: deleting user...
122
+ add_user_to_role: Add User to Role
123
+ logout_required: ""
124
+ edit_access_code_request_title: Edit Request
125
+ access_code_deleted: Deleted access code.
126
+ register_account: Register for a %{application_name} account
127
+ request_username_subject: Forgotten username
173
128
  password_cannot_be_blank: Password field cannot be blank.
174
- access_code_edit_link: Edit Access Code
175
- access_code_edit_problem: Problem editing access code
176
- bulk_access_code_problem: Problem adding access code
177
- submit: Submit
129
+ role_deleted: Role Deleted
178
130
  confirm_password: Confirm Password
179
- edit_access_code_request_title: Edit Request
180
- add_user_to_role_title: Add user to a new role.
181
- expiration_date: Expiration Date
182
- edit_access_code_request: Edit Access Code Request
183
- role_not_deleted: Role could not be deleted
184
- roles: Roles
185
- access_code_related_users: Users who signed up with this code
186
- login_empty: Please enter a login
187
- welcome_email_subject: Welcome to %{application_name}
131
+ users_admin: Users
132
+ email_help: Please use a valid, current e-mail address. We will never share or spam your e-mail address.
133
+ access_code_fullfill_invites: Fulfill Invite Requests
134
+ change_your_password: Change Your Password
135
+ access_code_request_thank_you: Thank you for your request. We'll be in touch as soon as possible.
136
+ sign_up: Sign up
137
+ access_code_requests_signed_up_on: Signed up on
188
138
  access_code_new: New Access Code
139
+ access_code_requests_name: Name
140
+ first_name: First Name
141
+ thanks_sign_up_login: Thanks for signing up! You may login now
189
142
  sign_in_title: Sign In
190
- edit_profile: Edit Profile
191
- admin_requred: You must be an administrator to access this feature.
192
- delete: Delete
193
- password_help: Your password should be at least six characters long. A Mix of upper and lower-case letters and numbers works well
194
- login_fail: We're sorry, but we couldn't recognize your login information. Please try again.
195
- email_not_available: Email already in use. %{reset_password_help}
196
- access_code_request_send_problem: There was a problem sending the code
143
+ problem_changing_password: There was a problem changing your password. %{errors}
144
+ access_code_expires: Expires
145
+ remove_my_account: Remove My Account
146
+ save: Save
147
+ user_not_activated_error: Could not activate user
148
+ update_user_admin: Update User
149
+ username_sent: Your username has been sent emailed to you. Please check your Email.
150
+ email_recover_prompt: Please provide the email you signed up with to recover your password.
151
+ choose_member_name: Member Name
152
+ user_account_deleted: You have successfully deleted your account.
153
+ password_reset: Password reset.
154
+ delete_this_user: Delete this user.
155
+ use_limit: Number of Uses
156
+ user_successfully_deleted: User %{login} was successfully deleted.
157
+ new_password_doesnt_match: New password does not match the password confirmation.
158
+ password_confirmation_help: To ensure that your password is correct please enter it again here.
159
+ add_permission: (Add Permission)
160
+ send_access_code_instructions: Provide a message and body that will be sent in the email along with the code that will let the user create an account.
161
+ password_reset_email_subject: You have requested to change your %{application_name} password
162
+ update_user: Update your user information
163
+ sorry_invalid_reset_code: We're sorry, but we could not locate your account. If you are having issues try copying and pasting the URL from your email into your browser or restarting the reset password process.
164
+ activation_not_found: Activation code not found. Please try creating a new account.
165
+ signin_wait: Signing you in. Please wait.
166
+ bulk_access_codes: Bulk Access Codes
197
167
  access_code_request_edit_problem: Problem editing access code request
198
- access_code_add_problem: Problem adding access code
199
- sign_up: Sign up
200
- change_your_password: Change Your Password
201
- forgot_your_password: Forgot your password?
202
- send_code: Send Code
203
- role_delete_confirm: Are you sure you want to delete this role? All associated permissions will also be deleted!
204
- unlimited: Unlimited Uses
168
+ admin_requred: You must be an administrator to access this feature.
169
+ expiration_date_tip: Enter the date upon which the access code will become invalid
205
170
  remember_me: Remember me
206
- reset_your_password: Reset Your Password
171
+ add_user_to_role_title: Add user to a new role.
172
+ access_code_edit_link: Edit Access Code
173
+ access_code_update_problem: There was a problem updating the access code.
174
+ access_code_request_tip: Enter your email and we'll send you an access code as soon as one is available. Thank you!
175
+ send_access_code_request_title: Send Code
176
+ could_not_find_user_with_email: Could not find a user with that email address.
177
+ validation_is_required: is required.
178
+ recover_password: Recover Password
179
+ join_application_name: Join and get it done
180
+ bulk_access_code_tip: Optional. If a code is specified then that code will be sent to all users. Leave this field empty to send a unique code to each user.
181
+ bulk_access_code_emails_tip: Separate emails with a comma
182
+ password_updated: Password successfully updated.
183
+ register_for_account: Register for an account
184
+ recover_password_prompt: (If you forgot your password recover it here)
185
+ forgot_password: Forgot Password
186
+ access_denied: You don't have permission to access the requested page.
187
+ edit_access_code: Edit Access Code
188
+ edit_access_code_title: Edit Access Code
189
+ access_code_fullfill_invites_tip: Check here to send invites to users who have requested an invite. This will ignore any emails specified above.
190
+ username_available: Username available
207
191
  access_code_message: Message
208
- access_code_use_limit: Use Limit
209
- access_code_help: If you received a access code from us, please enter it in the box above. You may also %{access_request_anchor}request a access code%{access_request_anchor_end}.
210
- email_address: Email Address
211
- send_access_code: Send Code
212
- cant_delete_administrator_role: You can't delete the administrator role.
213
- view_your_account: View Your Account
214
- request_username_subject: Forgotten username
192
+ access_code_delete_confirm: Are you sure you want to cancel this access code?
193
+ user_marked_active: User has been marked as active
194
+ bulk_access_code_subject: Subject
215
195
  could_not_find_reset_code: Could not find a password reset code. Please try resetting your password again.
216
- register_for_account: Register for an account
217
- unfullfilled_access_code_requests: Unfulfilled Access Code Requests
196
+ edit_profile: Edit Profile
197
+ forgot_username: Forgot Username
198
+ users_in_role: "Users in role: %{role}"
199
+ email_empty: Please enter an email address
218
200
  access_code_request_count: There are currently %{access_code_requests_count} access code requests
219
- bulk_access_code_message: Message
220
- bulk_access_codes: Bulk Access Codes
221
- add_access_code: Add Access Code
222
- user_update: Your user information has been updated.
201
+ unfullfilled_access_code_requests: Unfulfilled Access Code Requests
202
+ complete_profile: Complete Your Profile
203
+ forgot_your_password: Forgot your password?
204
+ request_access_code_instruction: Please provide the following information and we'll provide you with an access code as soon as possible.
223
205
  update_profile: Update your profile
224
- update_user: Update your user information
225
- choose_member_name: Member Name
226
- access_denied: You don't have permission to access the requested page.
227
- username_available: Username available
228
- permission_denied: You don't have permission to complete the requested action.
229
- unlimited_tip: Check here if the access code can be used an unlimited number of times. This will override the use limit.
230
- last_name: Last Name
231
- email_recover_prompt: Please provide the email you signed up with to recover your password.
232
- thanks_sign_up: Thanks for signing up!
233
- reset_password: Reset Your Password
206
+ username_help: You can use between 6 and 20 characters. If the name you want isn't available try adding numbers or punctuation.
207
+ user_update_sucess: User was successfully updated
208
+ login_success: Login successful!
209
+ change_permissions_for: Change Permissions for %{user}
210
+ password_help: Your password should be at least six characters long. A Mix of upper and lower-case letters and numbers works well
211
+ access_code_fullfill_invites_limit_tip: Enter a number to limit the number of requests sent out. For example, entering 100 will limit the invites to the most recent 100 requests
212
+ edit_access_code_request: Edit Access Code Request
213
+ user_marked_inactive: User has been marked as inactive
214
+ terms_and_service_tip: In order to register you must agree to the terms and conditions. You may review these policies before proceeding by clicking on the link.
215
+ terms_and_service: By clicking 'Sign-up Now' you agree to comply with the %{tos_link_anchor}Terms and Conditions%{link_end}.
216
+ expiration_date: Expiration Date
217
+ add: Add
218
+ terms_of_service_required: You must accept the terms of service.
219
+ password: Password
220
+ access_request_email: Email
221
+ current_password: Current Password
222
+ sign_out_title: Sign Out
223
+ email_available: Email available
224
+ thanks_sign_up_check: Your account has been created. Please check your e-mail for your account activation instructions!
225
+ admin_users_title: User Administration
226
+ user_enable_problem: There was a problem enabling this user.
227
+ access_code_delete_error: An error occured while trying to delete the access code
228
+ email: Email
229
+ cant_delete_administrator_role: You can't delete the administrator role.
230
+ reset_your_password: Reset Your Password
231
+ access_code_edit_problem: Problem editing access code
232
+ access_codes: Access Codes
233
+ click_to_sign_up_now: Click here to sign up now.
234
+ access_request_name: Name
235
+ cant_disable_admin: Can't disable an administrator. Please remove the user from the administrator role and try again.
234
236
  roles:
235
237
  role_created: Role was successfully created.
236
238
  assign_role: Assign Role
data/muck-users.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-users}
8
- s.version = "3.1.9"
8
+ s.version = "3.1.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Ball", "Joel Duffin"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-users
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
- - 9
10
- version: 3.1.9
9
+ - 10
10
+ version: 3.1.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Ball