Commit Graph

265 Commits

Author SHA1 Message Date
31d9739be0 install.mk: put $(DESTDIR) at the right place. 2024-12-01 00:42:38 +01:00
242ec0b99d Minor README update (mostly a few links). 2024-12-01 00:41:37 +01:00
b002c5851a Authd man-page now documents all configuration file variables. 2024-12-01 00:39:05 +01:00
437a6d5d88 Authd man-page. 2024-11-30 19:41:12 +01:00
029b0532bc Split makefile into many files. 2024-11-30 12:02:01 +01:00
4c79c78e60 adminc: user change password 2024-11-27 17:14:59 +01:00
02eea315dd Do not clear the environment. 2024-11-25 11:21:23 +01:00
313f832471 makefile: run-authd doesn't force password file path anymore. 2024-11-25 10:29:05 +01:00
89fcc401a7 Print some debug info, crash in case there is no secret file. 2024-11-25 10:09:21 +01:00
200c00e05f Migration mk: minor indication. 2024-11-20 03:18:06 +01:00
0ab0a675fb Provide the validated email address once validated. 2024-11-18 08:13:48 +01:00
1f929cdab6 Dedicated messages to change the user email address. 2024-11-18 07:45:37 +01:00
6cbd421370 Migration msg number changed because it's not supposed to stay. 2024-11-18 06:50:35 +01:00
b9b130e008 Migration makefile. 2024-11-17 18:07:32 +01:00
b7a724b5d6 TODO: better handling of users's emails. 2024-07-10 17:55:42 +02:00
dbb4486fb1 Send email addresses on login. 2024-07-07 20:02:19 +02:00
8f7c3f5b0d Prevent authentication when: no validated email address but an activation key. 2024-07-06 19:58:40 +02:00
d24cb5d94e Each email address change should be validated. 2024-07-06 18:04:12 +02:00
e2e77af4fa Email address not validated: send a dedicated error message. 2024-07-06 12:39:44 +02:00
3d44c7c6e8 Change login policy: accept more characters and don't mind the order. 2024-07-01 20:39:32 +02:00
68f8b141c0 migration-file 2024-06-28 20:23:59 +02:00
a64a3291ce New "service_name" attribute in the configuration file. 2024-06-28 16:04:29 +02:00
2b33f362dd Change a few rules regarding registration (login regex, password length). 2024-06-27 03:45:00 +02:00
11f5b0872b Users can now safely change their email address. 2024-06-26 01:33:58 +02:00
16b2869827 Makefile reworked. 2024-06-22 00:54:22 +02:00
bbf7a9a80e tmp 2024-06-14 16:16:56 +02:00
ca4cb9e231 Migration script: done. 2024-06-08 20:35:41 +02:00
111adae98f Migration: draft. 2024-06-08 19:23:20 +02:00
4ac27e2db1 Be more precise: Trigger::IndexCached 2024-06-01 03:37:08 +02:00
7e6c733075 Next version of DODB, some API changes. 2024-06-01 02:44:53 +02:00
d790caa4e1 Client: do not raise exceptions on expected possible errors. 2024-05-07 10:54:25 +02:00
a3368d0228 Use libsodium. Cryptographic configuration is WIP. 2024-05-02 01:16:01 +02:00
d0a058e0fb PasswordTooLong 2024-05-01 00:30:49 +02:00
c2f5c5e98c Log when indexes are being recreated. 2024-04-28 23:22:07 +02:00
1987316df0 Add "HOME" envvar while invoking the mailer for password recovery. 2024-03-24 01:00:02 +01:00
c40fd13193 Only compile the server by default. 2024-03-23 11:47:30 +01:00
6c352cf5ae Chomp Base64 emails. 2024-03-19 02:03:55 +01:00
af696b8768 AskPasswordRecovery now compliant with the netlib.re interface. New email index. 2024-03-19 01:49:30 +01:00
2df24a583e (minor) change the way logs are printed. 2024-03-17 23:16:18 +01:00
9ff86ae846 Makefile: add wipe-db and release rules + OPTS contains --progress by default. 2024-03-17 23:09:14 +01:00
ab18c0005d Compile with options (release mode). 2024-03-17 05:40:48 +01:00
5ac733cbc3 UserID: from Int32 to UInt32. 2024-03-16 05:45:15 +01:00
c462bbafa1 Makefile: compile the applications only when a file changed. 2024-03-13 14:40:10 +01:00
95b7b76f6c (minor) put some comments to show how to use the Process API. 2024-02-20 23:26:33 +01:00
4b21c8bec1 Do not print KeepAlive messages by default. 2024-02-20 23:24:52 +01:00
4c07699082 Implement Keep Alive messages. 2024-02-20 17:14:37 +01:00
66ebcb662d Add authentication by token. 2024-02-17 18:26:23 +01:00
4a10456f27 Search: try to match the email address too. 2024-02-17 18:13:12 +01:00
494b0b3719 Running processes: add a "HOME" envvar (may be required in some environments). 2024-02-16 02:04:12 +01:00
4f84b4c5d6 Forbid the authentication of a user until he validates his email address. 2024-02-11 20:25:08 +01:00