if Stormpath::Rails.config.web.register.enabled
            get Stormpath::Rails.config.web.register.uri => actions['register#new'], as: :new_register
            post Stormpath::Rails.config.web.register.uri => actions['register#create'], as: :register
          end