From 72ecbb328541bebb046d4776245d78656d2234a8 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 15 Jun 2022 12:56:42 +0100 Subject: Convert passforward to use the new template system. --- docs/conf/modules.conf.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index d040739be..ab8a51cd2 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1647,14 +1647,14 @@ # forwardmsg: Message to send to users when forwarding their # password. You can use the following variables in this message: # - # $nick The nickname of the authenticating user. - # $nickrequired The nickname of the service to forward to (see above). - # $pass The password to forward to services. - # $user The username (ident) of the authenticating user. - forwardmsg="NOTICE $nick :*** Forwarding password to $nickrequired" + # %nick% The nickname of the authenticating user. + # %nickrequired% The nickname of the service to forward to (see above). + # %pass% The password to forward to services. + # %user% The username (ident) of the authenticating user. + forwardmsg="NOTICE %nick% :*** Forwarding password to %nickrequired%" # cmd: The message to send to forward passwords to services. - cmd="SQUERY $nickrequired :IDENTIFY $nick $pass"> + cmd="SQUERY %nickrequired% :IDENTIFY %nick% %pass%"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Password hash module: Allows hashed passwords to be used. -- cgit v1.3.1-10-gc9f91