-
Notifications
You must be signed in to change notification settings - Fork 14
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
lack of documentation about how to create a password rule #2
Comments
Alright I'll see where to put more info about that, but anyways let's say your password slice is called PASSWORD. You will need to add rules like |
@shdf2 it depends what is your slice named in environment.ini? example below
so if your slice is called Pass1 which would for example be
If it however was PASSWORD
Then you would do it like this
|
Thank you @MeowBullet for the explanation. |
Actually let me reopen so I remember to update the documentation with a section on this ^_^ |
i have to study that thing because i really don't understand what is that "Slice" thing and its meaning... The way to do it in BB what very clear, i don't understand why it is made that way now ? Thanks @MeowBullet i'll try to understand... |
Go to your settings folder, open it up locate the environment.ini file, edit It to change your slice under credential to whatever it is you desire. The default is USERNAME, PASSWORD, However others including me reverted to USER,PASS. The reason it's like this is its opened a big door of possibilities. It's handy to have the environment file and many of us like it. |
Correct. Whichever you choose... I would probably convert to USER,PASS so all old configs work again without modification. |
i think USER,PASS must be the standard. if eveyone customize its environment.ini there will be many problems, because when you share your Configs you'll never remember that people have to change their ini file too...it will not work as expected and you'll never know why... |
I don't share them I sell mine, and I have Modified open bullet, in a version I call MeowBullet which is made specifically for my customers, so it will always be USER,PASS as default. But Yes I see your point. |
ok, but that's specific to you :) Anyway thank you very much because without any explanation it was (for me) impossible to understand what i was supposed to do... |
The point is I took measures for mine, you can do the same wether its having a modified version to go with the configs, your own modified environment file zipped with it, or you merely just add a readme to the folder. Lol. It's not hard to let someone know. But yes 99% of people have switched to USER,PASS and I actually do like that it's set as USERNAME,PASSWORD to begin with, kind of keeps the idiots at bay lol. And yes before I read the documentation and opened up the project I was too a bit like what at first. |
Well, so actually, all converted configs from .bbc to .loli uses the slice name : PASS Ruri maybe switch to USER,PASS then ? as @MeowBullet said 99% are switching to this. but that 99% is 99% of people aware about it, which is in fact probably only 1% of everyone :) |
But it's good.... It keeps the idiots a bay |
OpenBullet should not be used for credential stuffing so I will not put USER and PASS by default, in order to prevent people who don't know what they are doing to use it for malicious purposes. This was intended, it's not been overlooked. |
|
Hello,
could you please make some documentation about how to create a password rule ?
let's say i want my passwords to be :
Minimum 8 characters
Maximum 32 characters
with Digits
with uppercase
with lowercase
how i do that ?
Thank you very much for your help
The text was updated successfully, but these errors were encountered: