The "forgot_password" and "forgot_username" functions of the users_controller 
set flash[:info] on success.  This should be flash[:notice], since the flash 
container partial looks like this:

      - if [:error, :notice, :success].include?(name)
        %p(class=name)
          %b= msg


-- 
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en.

Reply via email to