-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete existing user_keys, if password is changed #17827
Merged
+51
−0
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
9c09cc1
Delete existing user_keys, if password is changed
schultz-it-solutions 4acd6f3
corrected styling issues
schultz-it-solutions f895ceb
deploy version - as I said, this is my first pr
schultz-it-solutions eb2037d
pushing to patch-2
schultz-it-solutions 77742f8
newline after }
schultz-it-solutions 9d53a10
push to patch-2
schultz-it-solutions e28a43c
push to patch-2
schultz-it-solutions 0ef52d9
Update en-GB.com_users.ini
schultz-it-solutions 7b030da
Update remember.php
schultz-it-solutions 1b6d692
Update remember.xml
schultz-it-solutions ead6a5b
configuration option in XML file
schultz-it-solutions 7d47def
Update en-GB.plg_system_remember.ini
schultz-it-solutions 5f6e00b
hm...
schultz-it-solutions 6ec3c84
Update remember.php
schultz-it-solutions 4d32707
Update remember.php
schultz-it-solutions 9d37fd3
XML styles
schultz-it-solutions ef4d4bb
commenting out the user message
schultz-it-solutions 0d8e407
Update remember.php
schultz-it-solutions 3215578
Update en-GB.plg_system_remember.ini
schultz-it-solutions 10c9fab
btn-group-yesno
schultz-it-solutions 33478e1
Update remember.php
schultz-it-solutions b1d9d16
Update remember.php
schultz-it-solutions 4b56855
reference to Alice Ruggles removed!
schultz-it-solutions b9d9b3e
making it mandatory
schultz-it-solutions a694d49
Update remember.php
schultz-it-solutions b430083
making it mandatory
schultz-it-solutions 7b0ce39
making it mandatory
schultz-it-solutions 9804de4
making it mandatory
schultz-it-solutions 8acd325
as per the remarks of Quy
schultz-it-solutions f226416
changed as per Quy's remarks
schultz-it-solutions File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm how can this work? Isn't the user_id just the ID and not the username?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
user_id
is theusername
. The column name is misleading.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For reference, I logged in as
admin
and theuser_id
isadmin
in the database.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah got confused by that naming.