Closed (outdated)
Project:
Drupal core
Version:
9.3.x-dev
Component:
user system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2018 at 12:24 UTC
Updated:
15 Jan 2022 at 04:07 UTC
Jump to comment: Most recent
Comments
Comment #2
cilefen commentedComment #3
Rakash commentedComment #4
cilefen commentedHave you looked into user.flood in the configuration system?
Comment #5
jack_ry commentedYou could edit user.flood blob file directly which is not recommended though. Open the blob file in any editor
Search for user_limit
"user_limit";i:5;
You will find the above format
Change the number 5 to 10 . Save the file. Log into database. Go to config table. Search user.mail record & edit it. Upload this newly updated blob and save the record.
Or you could just add a settings form in the drupal backend and update the flood table which is the proper way of doing.
Thanks
Comment #10
cilefen commentedThere have been no comments on this support request in a few years.
Comment #11
dustinyoder commentedyou can use the config edit tab on the developer module and filter by user.flood to edit this value without hacking the database blob.
P.S. if you try to do the database edit method above, don't upload to the 'user.mail' record in the database, I think that was a typo. Should be user.flood I believe.