any_login icon indicating copy to clipboard operation
any_login copied to clipboard

Easy way to login as any user in system

Results 7 any_login issues
Sort by recently updated
recently updated
newest added

## Overview I thought it's useful if any_login supports multiple model. And I found some issues to request it.So I tried it in this PR. I changed many files, so...

first of all i need to generate initializer to see dropdown element. Before that i got all time "not method any_login_here" When i can see dropdown in my root page...

This should also test the latest patch versions of Ruby available on Travis CI. Btw, since this gem supports Ruby 1.9.3 and above, should we try to test older versions...

Related: https://github.com/igorkasyanchuk/any_login/pull/44 This change will support multiple models. ## What I fixed - Accept multiple model setting by `klass_names` - Display multiple login forms - Pass class name by `params[:as]`...

We are running Rails 6.1 with Webpacker. When updating to the latest version 1.5.1 we get an error starting the rails server. Version 1.4.4 where we are upgrading from doesn't...

Hi, what if I have two different classes, like `User` and `Admin`, so I cannot merge them together due an error that appears, when I'm trying to login for example...