refinerycms-authentication-devise icon indicating copy to clipboard operation
refinerycms-authentication-devise copied to clipboard

Devise based authentication extension for Refinery CMS

Results 4 refinerycms-authentication-devise issues
Sort by recently updated
recently updated
newest added

Unable to use it with rails 5.2.2 gemfile: ```ruby source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.5.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~>...

Could a new gem version be released? The current 2.0.0 does not work with rails 6.

Hi, I have installed refinery cms and need to add custom controller, currently I have added all my controllers and they are working fine as well. Basically, its admin controller...

Unverified

Because the dashboard was removed, we can't `set_locale` on admin pages by clicking on a link, like in older versions of Refinery. At this time, we can just pass the...

Feature request