Skip to content

support plaintext passwords#1292

Open
divinity76 wants to merge 4 commits intoprasathmani:masterfrom
divinity76:patch-4
Open

support plaintext passwords#1292
divinity76 wants to merge 4 commits intoprasathmani:masterfrom
divinity76:patch-4

Conversation

@divinity76
Copy link
Contributor

Shouldn't be encouraged, but sometimes you actually do want

$auth_users = array(
    'admin' => 'admin@123'
);

Shouldn't be encouraged, but sometimes you actually do want
```php
$auth_users = array(
    'admin' => 'admin@123'
);
```
Probably in the future a $7$ will be created.
when has might be plaintext, it's sensitive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant