Home
last modified time | relevance | path

Searched refs:email (Results 1 – 25 of 58) sorted by last modified time

123

/dokuwiki/inc/lang/en/
H A Dresendpwd.txt3 Please enter your user name in the form below to request a new password for your account in this wiki. A confirmation link will be sent to your registered email address.
H A Dpwconfirm.txt5 If you did not request a new password then just ignore this email.
/dokuwiki/lib/images/
H A DREADME2 Icons: email.png, external-link.png, unc.png
/dokuwiki/inc/lang/gl/
H A Dstopwords.txt213 email
/dokuwiki/inc/lang/it/
H A Dpwconfirm.txt5 Se non hai richiesto tu la nuova password ignora questa email.
/dokuwiki/inc/lang/es/
H A Dpwconfirm.txt5 Si usted no solicitó una nueva contraseña, simplemente ignore este email.
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php189 function getAuthor($author, $email) argument
191 if ($author && $email) {
192 return $email.' ('.$author.')';
195 return $email;
H A DRSSCreator10.php97 * @param string $email
100 protected function getAuthor($author, $email) argument
103 if ($email) {
104 return $author.' ('.$email.')';
110 return $email;
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dimport.txt4 The columns must contain, in order: user-id, full name, email address and groups.
/dokuwiki/inc/lang/id/
H A Dregister.txt3 Isikan semua informasi dibawah ini untuk membuat account baru di wiki ini. Pastikan Anda telah mengisikan **alamat email yang valid**, karena password akan dikirim melalui email ini. Nama login harus sesuai dengan aturan [[doku>pagename|pagename]].
/dokuwiki/conf/
H A Dusers.auth.php.dist9 # login:passwordhash:Real Name:email:groups,comma,separated
H A Dmysql.conf.php.example10 * uid login pass firstname lastname email
77 * 'mail' the user's email address
85 $conf['plugin']['authmysql']['getUserInfo'] = "SELECT pass, CONCAT(firstname,' ',lastname) AS name, email AS mail
118 * %{email} in FilterEmail user's email address
127 $conf['plugin']['authmysql']['FilterEmail'] = "email LIKE '%{email}'";
136 * to store are: login name, password, email address and full name.
141 * %{email} email addres
[all...]
/dokuwiki/inc/
H A Dcommon.php1525 * return an obfuscated email address in line with $conf['mailguard'] setting
1530 * @param string $email email address
1533 function obfuscate($email)
1540 return strtr($email, $obfuscate);
1543 return Conversion::toHtml($email, true);
1547 return $email;
1706 case 'email':
1514 obfuscate($email) global() argument
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/inc/lang/da/
H A Dpwconfirm.txt5 Hvis du ikke bad om dette, så ignorer venligst denne email.
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md4 This is a fork of [AddedBytes' EmailAddressValidator class](https://code.google.com/p/php-email-address-validation/).
23 php composer.phar require aziraphale/email-address-validator:^2
30 php composer.phar require aziraphale/email-address-validator:^1
54 // "test" is technically a valid string to have before the "@" in an email address
57 // "example.org" is technically a valid email address host
/dokuwiki/inc/lang/sk/
H A Dresendpwd.txt3 Zadajte prosím vaše prihlasovacie meno do formulára za účelom vygenerovania nového hesla. Autorizačný odkaz bude zaslaný na vašu zaregistrovanú email adresu.
/dokuwiki/inc/lang/hr/
H A Dregister.txt3 Ispunite potrebne podatke da biste dobili korisnički račun na wikiju. Posebno obratite pažnju da ste unijeli valjani email.
/dokuwiki/inc/lang/sq/
H A Dpwconfirm.txt5 Nëse nuk kërkuat një fjalëkalim të ri atëherë thjesht injorojeni këtë email.
/dokuwiki/lib/plugins/safefnrecode/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/lib/plugins/usermanager/lang/vi/
H A Dimport.txt8 Một mật khẩu sẽ được tạo và gửi qua email cho mỗi thành viên được nhập thành công
/dokuwiki/lib/plugins/styling/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php2448 $email = null;
2455 if (isset($author['child'][self::NAMESPACE_ATOM_10]['email'][0]['data'])) {
2456 $email = $this->sanitize($author['child'][self::NAMESPACE_ATOM_10]['email'][0]['data'], self::CONSTRUCT_TEXT);
2458 if ($name !== null || $email !== null || $uri !== null) {
2459 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
2465 $email = null;
2472 if (isset($author[0]['child'][self::NAMESPACE_ATOM_03]['email'][0]['data'])) {
2473 $email = $this->sanitize($author[0]['child'][self::NAMESPACE_ATOM_03]['email'][
[all...]
H A DSource.php195 $email = null;
202 if (isset($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['email'][0]['data'])) {
203 $email = $this->sanitize($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['email'][0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
205 if ($name !== null || $email !== null || $uri !== null) {
206 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
212 $email = null;
219 if (isset($author[0]['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['email'][0]['data'])) {
220 $email = $this->sanitize($author[0]['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['email'][
[all...]
/dokuwiki/inc/Subscriptions/
H A DRegistrationSubscriptionSender.php12 * @param string $email email address of the new user
18 public function sendRegister($login, $fullname, $email)
28 'NEWEMAIL' => $email,
19 sendRegister($login, $fullname, $email) global() argument

123