Home
last modified time | relevance | path

Searched refs:password (Results 1 – 25 of 30) sorted by relevance

12

/dokuwiki/inc/lang/en/
H A Dresetpwd.txt1 ====== Set new password ======
3 Please enter a new password for your account in this wiki.
H A Dresendpwd.txt1 ====== Send new password ======
3 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.txt3 Someone requested a new password for your @TITLE@ login at @DOKUWIKIURL@
5 If you did not request a new password then just ignore this email.
H A Dregister.txt3 Fill in all the information below to create a new account in this wiki. Make sure you supply a **valid e-mail address** - if you are not asked to enter a password here, a new one will be sent to that address. The login name should be a valid [[doku>pagename|pagename]].
/dokuwiki/inc/lang/it/
H A Dresetpwd.txt1 ====== Impostare la nuova password ======
3 Inserisci perfavore una nuova password per il tuo account su questo wiki.
H A Dresendpwd.txt1 ====== Invia nuova password ======
3 Inserisci tutte le informazioni per ottenere una nuova password per il tuo account su questo wiki. La nuova password sarà inviata al tuo indirizzo di posta elettronica registrato. Il nome utente deve essere il tuo nome utente in questo wiki.
H A Dpwconfirm.txt3 Qualcuno ha richiesto una nuova password per il tuo accesso @TITLE@ a @DOKUWIKIURL@
5 Se non hai richiesto tu la nuova password ignora questa email.
H A Dlogin.txt3 Non sei ancora collegato! Inserisci il tuo nome utente e la tua password per autenticarti. E' necessario che il tuo browser abbia i cookie abilitati.
H A Dregister.txt3 Riempi tutte le informazioni seguenti per creare un nuovo account in questo wiki. Assicurati di inserire un **indirizzo email valido** - a meno che tu non l'abbia già inserita qui, la password ti sarà inviata con un messaggio di posta elettronica. Il nome utente deve soddisfare i criteri per i [[doku>it:pagename|nomi delle pagine]].
/dokuwiki/inc/lang/id/
H A Dpwconfirm.txt3 Seseorang telah meminta password baru untuk @TITLE@ Anda login ke @DOKUWIKIURL@
5 Jika Anda tidak meminta password baru, mohon mengacuhkan email ini.
H A Dresendpwd.txt3 Masukkan nama user Anda pada form dibawah untuk permintaan perubahan password account Anda di Wiki ini. Link konfirmasi akan dikirimkan melalui alamat email Anda sewaktu registrasi.
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/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php61 * @param string $password A user's AD password
65 public function authenticate($username, $password, $preventRebind = false) { argument
66 return $this->adldap->authenticate($username, $password, $preventRebind);
72 * If you specify a password here, this can only be performed over SSL
87 if (array_key_exists("password",$attributes) && (!$this->adldap->getUseSSL() && !$this->adldap->getUseTLS())){
315 * Determine a user's password expiry date
342 // - User's own pwdLastSet attribute: stores the last time the password was changed
363 // intervals from the time the password was set before the password expire
477 password($username, $password, $isGUID = false) global() argument
518 encodePassword($password) global() argument
[all...]
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt6 desc Provides user authentication against DokuWiki's local password storage
/dokuwiki/inc/lang/da/
H A Dpwconfirm.txt3 Nogen har bedt om et nyt password til dit @TITLE@ login på @DOKUWIKIURL@
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dimport.txt9 A password will be generated and emailed to each successfully imported user.
/dokuwiki/conf/
H A Dmysql.conf.php.example28 $conf['plugin']['authmysql']['password'] = '';
36 /* Normally password encryption is done by DokuWiki (recommended) but for
38 * Set 'forwardClearPass' to '1' and the cleartext password is forwarded to
55 * should be a table with exact one line containing at least the password
59 * The plugin accesses the password as 'pass' so an alias might be necessary.
63 * %{pass} encrypted or clear text password (depends on 'encryptPass')
75 * 'pass' containing the encrypted or clear text password
136 * to store are: login name, password, email address and full name.
140 * %{pass} password (encrypted or clear text, depends on 'encryptPass')
216 * %{pass} password (encrypte
[all...]
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php151 * To indicate to adLDAP to reuse password set by the brower through NTLM or Kerberos
429 * Set the password of an account with higher priviledges
440 * Get the password of the account with higher priviledges
625 // Connect to the AD/LDAP server as the username/password
688 * @param string $password A user's AD password
692 public function authenticate($username, $password, $preventRebind = false) { argument
694 if ($username === NULL || $password === NULL) { return false; }
695 if (empty($username) || empty($password)) { return false; }
711 $this->ldapBind = @ldap_bind($this->ldapConnection, $username . $this->accountSuffix, $password);
[all...]
/dokuwiki/lib/plugins/usermanager/lang/it/
H A Dimport.txt9 Verrà generata una password ed inviata via e-mail ad ogni utente correttamente importato.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php407 var $password = false; global() variable in phpseclib\\Crypt\\RSA
1854 setPassword($password = false) global() argument
H A DBase.php
/dokuwiki/inc/Remote/
H A DApiCore.php131 * @param string $pass The password
151 'password' => $pass,
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php522 $fieldtype = 'password';
812 // no new password supplied, check if we need to generate one (or it stays unchanged)
849 * Send password change notification email
852 * @param string $password plain text
856 protected function notifyUser($user, $password, $status_alert = true)
859 if ($sent = auth_sendPassword($user, $password)) {
871 * Verify password meets minimum requirements
872 * :TODO: extend to support password strength
874 * @param string $password candidate string for new password
862 notifyUser($user, $password, $status_alert = true) global() argument
886 verifyPassword($password, $confirm) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php14 * if (!$ssh->login('username', 'password')) {
27 * $key = \phpseclib3\Crypt\PublicKeyLoader::load('...', '(optional) password');
2210 * The $password parameter can be a plaintext password, a \phpseclib3\Crypt\RSA|EC|DSA object, a \phpseclib3\System\SSH\Agent object or an array
2264 throw new \UnexpectedValueException('$password needs to either be an instance of \phpseclib3\Crypt\Common\PrivateKey, \System\SSH\Agent, an array or a string');
2306 case 'password':
2341 private function login_helper($username, $password = null)
2357 return $this->login_helper($username, $password);
2388 return !Strings::is_stringable($password) && !is_array($password)
2346 _login_helper($username, $password = null) global() argument
2547 _keyboard_interactive_login($username, $password) global() argument
[all...]
H A DSSH1.php

12