Commit 31edfef
Morgan Showman
Move logic for matching users into method
This commit moves the logic for matching users in the sql authlogic
authenticator into a separate method for extensibility. This will allow
for a custom authenticator to inherit the sql authlogic class and
override the matching users method with a custom query.1 parent efd533f commit 31edfef
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
93 | 99 | | |
0 commit comments