Closed mwilbz closed 5 years ago
Merging #29 into master will increase coverage by
0.07%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #29 +/- ##
==========================================
+ Coverage 91.39% 91.47% +0.07%
==========================================
Files 2 2
Lines 337 340 +3
==========================================
+ Hits 308 311 +3
Misses 29 29
Impacted Files | Coverage Δ | |
---|---|---|
samlauthenticator/samlauthenticator.py | 91.44% <100%> (+0.07%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update c3240ba...ff98481. Read the comment docs.
I'll cut a new version tonight or tomorrow and upload it to PyPI.
Signed-off-by: Matt Wilber mattwilber94@gmail.com
Adds a
create_system_users
config option, which isTrue
by default, and causes system users to be created upon successful user authentication (existing behavior). When set toFalse
, these system users will not be created.I did not add myself to the
ATTRIBUTION.md
document, feel free to add me!Signed-off-by: Matt Wilber mattwilber94@gmail.com