feat: implemented hash based login command.
This commit is contained in:
parent
9418c7b9a4
commit
d2d12e9767
8 changed files with 56 additions and 25 deletions
6
users.def.h
Normal file
6
users.def.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* See LICENSE file for copyright and license details. */
|
||||
|
||||
static const struct user imap_users[] = {
|
||||
/* username password hash */
|
||||
/* {"jhon", "e6cc90956e99b1b96b319ed9ccffb18cb6c5d7c731ffe80fbd42fb674adfe444"} */
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue