]> git.plutz.net Git - shellwiki/commitdiff
Merge commit '6bc502434737d7f08379e79b94fc6fda424ef779' master
authorPaul Hänsch <paul@plutz.net>
Tue, 9 Apr 2024 14:47:16 +0000 (16:47 +0200)
committerPaul Hänsch <paul@plutz.net>
Tue, 9 Apr 2024 14:47:16 +0000 (16:47 +0200)
1  2 
cgilite/users.sh

diff --combined cgilite/users.sh
index c924789c2e25a6fcb71b7b60eb9980373e9038ec,32299ff1e3f97f26f7cb2c7d3860d56c1a3e83d2..32299ff1e3f97f26f7cb2c7d3860d56c1a3e83d2
@@@ -621,7 -621,7 +621,7 @@@ w_user_invite()
  
    if [ "$(GET user_confirm)" ]; then
      w_user_confirm
-   elif [ "$USER_ID" -a "$SENDMAIL" ]; then
+   elif [ "$USER_ID" -a "$USER_REQUIREEMAIL" = true ]; then
      w_user_invite_email
    elif [ "$USER_ID" ]; then
      uid="$(timeid)"