Update plugins.xml - #504
Open
monmarzia-archi wants to merge 2 commits into
Open
Conversation
Add loginOtp 2.0.0
Update loginOtp to v2.0.1 and improve description Supersedes v2.0.0 (never publicly distributed). Description reworded to describe plugin behavior rather than v2.0.0-specific refactor notes. Full changelog: https://github.com/archicoop/loginOtp/blob/v2.0.1/CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds version 2.0.1 of the loginOtp plugin (email-based 2FA for OJS 3.5.x)
to the gallery.
This is a major version with a reworked enforcement model: per-journal
configuration, OR-based rule set, plugin always active. See the
release notes
and CHANGELOG
for full details.
Update note
This PR originally proposed v2.0.0, tagged but never publicly distributed
(the PR was still open when v2.0.1 was tagged). It now targets v2.0.1,
which supersedes v2.0.0 with the following changes:
must_change_passwordbypass after OTP validation[loginOtp] disabledconfig flag as emergency-disable safety netLoadHandlerhook now registered withHook::SEQUENCE_COREpriorityAuthentication::authenticatehook registration andhelper methods (not present in OJS/OMP 3.5 core)
Notes
with @asmecher. Skipping the 1.x line on
the gallery — this is the first release we propose for inclusion.
~3.5.0.0as previously suggested.cc @asmecher