Hai cercato la traduzione di authenticate da Russo a Inglese

Russo

Traduttore

authenticate

Traduttore

Inglese

Traduttore
Traduttore

Traduci istantaneamente testi, documenti e voce con Lara

Traduci ora

Contributi umani

Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.

Aggiungi una traduzione

Russo

Inglese

Informazioni

Russo

can- authenticate

Inglese

can-authenticate

Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:

Russo

callparam.type = "authenticate";

Inglese

callparam.type = "authenticate";

Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:

Attenzione: contiene formattazione HTML nascosta

Russo

authenticate, accountingstart, accountingupdate, accountingstop.

Inglese

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

Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:

Attenzione: contiene formattazione HTML nascosta

Russo

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

Inglese

3.6.8 internal authenticate

Ultimo aggiornamento 2017-01-03
Frequenza di utilizzo: 1
Qualità:

Russo

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

Inglese

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

Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:

Russo

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

Inglese

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

Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:

Russo

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

Inglese

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

Ultimo aggiornamento 2017-01-03
Frequenza di utilizzo: 1
Qualità:

Russo

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

Inglese

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

Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:

Russo

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

Inglese

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

Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:

Russo

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

Inglese

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

Ultimo aggiornamento 2017-01-03
Frequenza di utilizzo: 1
Qualità:

Russo

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

Inglese

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

Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:

Russo

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.

Inglese

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.

Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:

Russo

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

Inglese

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.

Ultimo aggiornamento 2017-01-03
Frequenza di utilizzo: 1
Qualità:

Russo

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.

Inglese

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.

Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:

Russo

'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(); } } } ?>

Inglese

'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(); } } } ?>

Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:

Attenzione: contiene formattazione HTML nascosta

Ottieni una traduzione migliore grazie a
8,745,911,365 contributi umani

Ci sono utenti che chiedono aiuto:



I cookie ci aiutano a fornire i nostri servizi. Utilizzando tali servizi, accetti l'utilizzo dei cookie da parte nostra. Maggiori informazioni. OK