Vous avez cherché: authenticate (Russe - Anglais)

Russe

Traduction

authenticate

Traduction

Anglais

Traduction
Traduction

Traduisez instantanément des textes, des documents et des voix avec Lara

Traduire maintenant

Contributions humaines

Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.

Ajouter une traduction

Russe

Anglais

Infos

Russe

can- authenticate

Anglais

can-authenticate

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Russe

callparam.type = "authenticate";

Anglais

callparam.type = "authenticate";

Dernière mise à jour : 2018-02-21
Fréquence d'utilisation : 1
Qualité :

Avertissement : un formatage HTML invisible est présent

Russe

authenticate, accountingstart, accountingupdate, accountingstop.

Anglais

"authenticate" , "accountingstart" , "accountingupdate" , "accountingstop" .

Dernière mise à jour : 2018-02-21
Fréquence d'utilisation : 1
Qualité :

Avertissement : un formatage HTML invisible est présent

Russe

3.6.8 internal authenticate (внутренняя аутентификация)

Anglais

3.6.8 internal authenticate

Dernière mise à jour : 2017-01-03
Fréquence d'utilisation : 1
Qualité :

Russe

Функция mongodb::authenticate() - log in to this database

Anglais

Функция mongodb::authenticate() - log in to this database

Dernière mise à jour : 2018-02-21
Fréquence d'utilisation : 1
Qualité :

Russe

but note also that more cpu resources will be needed to authenticate users.

Anglais

but note also that more cpu resources will be needed to authenticate users.

Dernière mise à jour : 2018-02-21
Fréquence d'utilisation : 1
Qualité :

Russe

Используя команду external authenticate, карточка может произвести аутентификацию интерфейса.

Anglais

using the external authenticate command, the card can authenticate the ifd.

Dernière mise à jour : 2017-01-03
Fréquence d'utilisation : 1
Qualité :

Russe

этот элемент должен существовать в запросе authenticate и он должен быть быть строкой.

Anglais

this element should exist in the authenticate requests, and it should be a string.

Dernière mise à jour : 2018-02-21
Fréquence d'utilisation : 1
Qualité :

Russe

we do not show private forums in rss because we cannot authenticate user and access.

Anglais

we do not show private forums in rss because we cannot authenticate user and access.

Dernière mise à jour : 2018-02-21
Fréquence d'utilisation : 1
Qualité :

Russe

Для создания нового ключа сеанса команда external_ authenticate должна быть выполнена.

Anglais

in order to have a new session key available, the external_authenticate command must be successfully performed.

Dernière mise à jour : 2017-01-03
Fréquence d'utilisation : 1
Qualité :

Russe

when the asa receives an ack back from the client, it can then authenticate the client and allow the connection to the server.

Anglais

when the asa receives an ack back from the client, it can then authenticate the client and allow the connection to the server.

Dernière mise à jour : 2018-02-21
Fréquence d'utilisation : 1
Qualité :

Russe

it is possible to require a user to authenticate before accessing certain urls. please have a look at the following feature that is also available under the surfing area to see if this will meet your requirements.

Anglais

it is possible to require a user to authenticate before accessing certain urls. please have a look at the following feature that is also available under the surfing area to see if this will meet your requirements.

Dernière mise à jour : 2018-02-21
Fréquence d'utilisation : 1
Qualité :

Russe

tcs_361 Если по предыдущей команде internal authenticate первая часть ключа сеанса не доступна, вторая часть ключа сеанса, переданная интерфейсом, в карточке не регистрируется.

Anglais

tcs_361 if the first session key part is not available from a previous internal authenticate command, the second part of the session key, sent by the ifd, is not stored in the card.

Dernière mise à jour : 2017-01-03
Fréquence d'utilisation : 1
Qualité :

Russe

i don't know why you have sso with customers of your customers ? i think it's a bug - you should ask such person to authenticate herself.

Anglais

i don't know why you have sso with customers of your customers ? i think it's a bug - you should ask such person to authenticate herself.

Dernière mise à jour : 2018-02-21
Fréquence d'utilisation : 1
Qualité :

Russe

'new'), //array('username', 'required'), //array(' username','safe'), array('username','required', 'on'=>'step1'), array('username','safe', 'on'=>'step1'), array('email', 'required', 'on'=>'finish'), //array('email', 'safe'), array('email', 'safe', 'on'=>'finish'), //array('password', 'authenticate'), ); } public function attributelabels() { return array( 'username' => 'Логин', 'password' => 'Пароль', 'email' => 'email', 'verifycode' => 'Код проверки', ); } // public function step1() { // $criteria=new cdbcriteria; // $criteria->compare('username',$this->username,true); // return new cactivedataprovider($this, array( // 'criteria'=>$criteria, // )); // } // public function step2() { // $criteria=new cdbcriteria; // $criteria->boolean('email'); // return // $criteria; // } public function signup() { $user = new user; $user->username = $this->username; $user->password = $user->hashpassword($this->password); $user->email = $this->email; $user->create_user_id = 1; //$user->create_date = date('y-m-d'); $user->update_user_id = 1; //$user->update_date = date('y-m-d'); $user->group_id = 1; $user->is_deleted = 0; if($user->save()) { $user->create_user_id = $user->id; $user->update_user_id = $user->id; return $user->save(); } } } ?>

Anglais

'new'), //array('username', 'required'), //array(' username','safe'), array('username','required', 'on'=>'step1'), array('username','safe', 'on'=>'step1'), array('email', 'required', 'on'=>'finish'), //array('email', 'safe'), array('email', 'safe', 'on'=>'finish'), //array('password', 'authenticate'), ); } public function attributelabels() { return array( 'username' => 'Логин', 'password' => 'Пароль', 'email' => 'email', 'verifycode' => 'Код проверки', ); } // public function step1() { // $criteria=new cdbcriteria; // $criteria->compare('username',$this->username,true); // return new cactivedataprovider($this, array( // 'criteria'=>$criteria, // )); // } // public function step2() { // $criteria=new cdbcriteria; // $criteria->boolean('email'); // return // $criteria; // } public function signup() { $user = new user; $user->username = $this->username; $user->password = $user->hashpassword($this->password); $user->email = $this->email; $user->create_user_id = 1; //$user->create_date = date('y-m-d'); $user->update_user_id = 1; //$user->update_date = date('y-m-d'); $user->group_id = 1; $user->is_deleted = 0; if($user->save()) { $user->create_user_id = $user->id; $user->update_user_id = $user->id; return $user->save(); } } } ?>

Dernière mise à jour : 2018-02-21
Fréquence d'utilisation : 1
Qualité :

Avertissement : un formatage HTML invisible est présent

Obtenez une traduction de meilleure qualité grâce aux
8,874,445,680 contributions humaines

Les utilisateurs demandent maintenant de l'aide :



Nous utilisons des cookies pour améliorer votre expérience utilisateur sur notre site. En poursuivant votre navigation, vous déclarez accepter leur utilisation. En savoir plus. OK