--- portolis/portolis.cgi 2025/02/17 15:54:19 1.3 +++ portolis/portolis.cgi 2025/02/17 17:16:26 1.5 @@ -4,12 +4,18 @@ # Portolis Mail Management Portal # Copyright (C) 2025 Coherent Logic Development LLC # -# $Id: portolis.cgi,v 1.3 2025/02/17 15:54:19 snw Exp $ +# $Id: portolis.cgi,v 1.5 2025/02/17 17:16:26 snw Exp $ # Author: Serena Willis # # Licensed AGPL-3.0 # # $Log: portolis.cgi,v $ +# Revision 1.5 2025/02/17 17:16:26 snw +# Make password changes apply to the actual dovecot users file, though hardcoded to NetBSD paths +# +# Revision 1.4 2025/02/17 15:55:49 snw +# Fix password change form action URL +# # Revision 1.3 2025/02/17 15:54:19 snw # Add password change capability # @@ -120,7 +126,7 @@ sub render_footer { my $html = <<'END_FTR';
-$Id: portolis.cgi,v 1.3 2025/02/17 15:54:19 snw Exp $
+$Id: portolis.cgi,v 1.5 2025/02/17 17:16:26 snw Exp $
Copyright © 2025 Coherent Logic Development LLC
@@ -325,7 +331,7 @@ END_BADDAF $html = <<"END_EPW";

Change Password

-
+ @@ -373,7 +379,7 @@ END_EPW flock FH, 8; close FH; - open(FH, '>', '/tmp/users.new'); + open(FH, '>', '/usr/pkg/etc/dovecot/users'); flock(FH, 2); seek(FH, 0, 0); truncate(FH, 0);
Password: