I'm not sure I'm following 100%. Why do your users need multiple passwords if you are defining them statically in an ini file? Maybe we can point you to a solution one we have a better idea of what you are trying to to?
On Mon, Nov 19, 2018 at 10:34 AM Bengt Rodehav <[email protected]> wrote: > Thanks for the advice Brian. > > A custom realm sounds like a lot of work but maybe it's not that hard if I > extend the existing realm. Not sure which one that is though. I juse INI > configuration and the users are listed under "[users]". What realm do I use > then? How do I instead specify that my custom realm should be used? > > /Bengt > > Den mån 19 nov. 2018 kl 15:32 skrev Brian Demers <[email protected]>: > >> As far as accepting multiple password's go, you would need to implement a >> custom realm (or extend an existing one): >> https://shiro.apache.org/realm.html >> >> On Mon, Nov 19, 2018 at 9:09 AM armandoxxx <[email protected]> >> wrote: >> >>> Implement AccessControlFilter >>> >>> method : >>> >>> >>> regards Armando >>> >>> >>> >>> -- >>> Sent from: http://shiro-user.582556.n2.nabble.com/ >>> >>
