Skip to content
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

Generowanie nowych haseł #8

Open
janek109 opened this issue Jan 8, 2013 · 0 comments
Open

Generowanie nowych haseł #8

janek109 opened this issue Jan 8, 2013 · 0 comments
Assignees
Labels

Comments

@janek109
Copy link
Member

janek109 commented Jan 8, 2013

Dodajesz w UserController.php private function _genPassword() {} w której generujesz hasło o zadanej złożoności minimum 6 znaków lepiej aby było dłuższe.

How to gen :D

Tekst się aż tak trudno nie generuje np.
- małe litery [a-z](bez pl)(26 znaków),
- duże litery [A-Z](bez pl)(26 znaków),
- cyfry [0-9](10 znaków),
- [!,@,#,$,%,^,&*,(,)](i inne znaki specjalne)(ile chcesz)

losujesz np. 8 liczb(0 -> 26+26+19+ile chcesz) i one oznaczają miejsca w którym jest dany znak np. 27 to małe a, 53 to 0

@ghost ghost assigned radek7c4 Jan 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants