Home
last modified time | relevance | path

Searched full:noreply (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/.github/workflows/
H A Drelease-preparation.yml45 git config --global user.email "${{ github.actor }}@users.noreply.github.com"
/dokuwiki/inc/
H A DMailer.class.php99 $noreply = 'noreply@' . $host;
105 $replace['@MAIL@'] = $noreply;
108 // use 'noreply' if no user
109 $replace['@USER@'] = $INPUT->server->str('REMOTE_USER', 'noreply', true);
126 $conf['mailfromnobody'] = $noreply;
/dokuwiki/inc/lang/id/
H A Dlang.php8 * @author rusly-id <rusly-id@users.noreply.github.com>