index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
Library
/
DefaultPasswordResetProvider.cs
Age
Commit message (
Collapse
)
Author
2020-05-12
Initial migration code
Patrick Barron
2019-11-27
Fix more warnings
Bond_009
2019-08-16
Improvements to UserManager
Bond_009
2019-07-06
Streamline authentication proccess
Bond_009
2019-03-29
Correct bad quote characters
Joshua Boniface
2019-03-29
Remove dashes from pins
LogicalPhallacy
2019-03-29
adds readonly to properties
Phallacy
2019-03-28
fix byte string
Phallacy
2019-03-28
switched to a hexa string with crypto random backing
Phallacy
2019-03-27
minor fixes and usings
Phallacy
2019-03-27
Update Emby.Server.Implementations/Library/DefaultPasswordResetProvider.cs
Bond-009
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-25
async improvements and post reset cleanups
Phallacy
2019-03-25
Apply minor suggestions from code review
LogicalPhallacy
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-24
fixes some usings
Phallacy
2019-03-24
greaterthen/lessthen reversal fix
Phallacy
2019-03-22
made password resets an interface and per user
Phallacy