Hello! Todd Lyons <[email protected]> schrieb am 11.04.14 um 06:26:03 Uhr:
> >> Create function/trigger > >> http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html > > > > oh my god, that's to much for me. > > Untested, but try making two SQL commands: > > $rcmail_config['password_query'] = 'UPDATE mailbox SET password=%p > WHERE username=%u AND password=%o LIMIT 1; UPDATE sasl SET password=%p > WHERE username=%u AND password=%o LIMIT 1;' Unfortunatly that doesn't work. I get a blank screen and this in the log: [11-Apr-2014 16:34:17 UTC] PHP Parse error: syntax error, unexpected T_VARIABLE in /serverroot/esystem/plugins/password/config.inc.php on line 79 [11-Apr-2014 16:38:01 UTC] PHP Parse error: syntax error, unexpected T_VARIABLE in /serverroot/esystem/plugins/password/config.inc.php on line 83 [11-Apr-2014 16:39:09 UTC] PHP Parse error: syntax error, unexpected T_VARIABLE in /serverroot/esystem/plugins/password/config.inc.php on line 108 ... and so on. It subjects all lines with the $rcmail_config variable. Andreas _______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
