Changesets can be listed by changeset number.
The Git repository is here.
Changeset 469
Major spam event on 2016-04-12 - I'm not playing anymore. Block those domains.
- Comitted by: rool
- Date: Tuesday April 12 09:36:09 2016 (over 8 years ago)
Affected files:
rool/rails/hub/trunk/app/controllers/account_controller.rb:
prev. | current | |
@user = User.new(params[:user]) | ||
94 | if ( @user.email.downcase.ends_with?( '.kr' ) || @user.email.downcase.ends_with?( '.cn' ) ) | |
95 | hubssolib_set_flash(:attention, 'Due to overwhelming spam volumes from some locations, self-signups for those locations are blocked. Please contact ROOL for assistence.') | |
96 | redirect_to :controller => 'tasks', :action => nil | |
97 | return | |
98 | end | |
99 | ||
# Are there any users yet? If not, grant this user admin permissions. | ||
# Administrators are for just this application; whether or not admin | ||
# privileges affect other applications depends on the level of external |