-
Notifications
You must be signed in to change notification settings - Fork 161
Better user limiter, bulk user, expiration #24
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
Open
sons-of-liberty
wants to merge
28
commits into
januda-ui:main
Choose a base branch
from
sons-of-liberty:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
replace criarteste with bulkuser
change create test user to "Create Bulk User"
added more password options
Fixed Reseller issue Visual Fixes.
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.
In this fork, i have added a stronger user limiter. In case the number of connections of a user exceeds the defined number, the user account gets disabled for 1 minute. During this time the user cannot connect to their account at all. After 1 minute, the ban will be lifted.
I have added a bulk user section which is self explanatory. Three options are available for random password setting. Numeric, alphanumeric lower case, and alphanumeric mixed case. The password length can also be defined.
The last improvement is auto-expiration. This option sets the expiration date, after the user has made his first connection. So the account doesnt have an expiration date as long as it is not used.