public
Description: A Ruby on Rails-based OpenID server for all ya identity providers out there. It is pretty close to the current OpenID specifications and supports SReg, AX (only fetch requests, yet) and PAPE
Homepage: http://dennisbloete.de/projects/masquerade/
Clone URL: git://github.com/dbloete/masquerade.git
Click here to lend your support to: masquerade and make a donation at www.pledgie.com !
Small fix
dbloete (author)
Tue Jul 08 05:06:20 -0700 2008
commit  86e4899d441d05b2b6e592fe518313a117e64721
tree    6f06407120618fca30d5847513651546e0188299
parent  dd469833a091a7813b862aefb0788f9954c63c86
...
64
65
66
67
 
68
69
70
...
64
65
66
 
67
68
69
70
0
@@ -64,7 +64,7 @@ class AccountsController < ApplicationController
0
       account = Account.find_and_activate!(params[:id])
0
       flash[:notice] = 'Your account is activated - you can login now.'
0
       redirect_to login_path
0
- rescue Account::ArgumentError, Account::ActivationCodeNotFound
0
+ rescue ArgumentError, Account::ActivationCodeNotFound
0
       flash[:error] = 'We could not find any account with the given activation code. Please create a new account.'
0
       redirect_to new_account_path
0
     rescue Account::AlreadyActivated

Comments

    No one has commented yet.