검색어: authenticate (러시아어 - 영어)

인적 기여

전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.

번역 추가

러시아어

영어

정보

러시아어

can- authenticate

영어

can-authenticate

마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:

러시아어

callparam.type = "authenticate";

영어

callparam.type = "authenticate";

마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:

경고: 보이지 않는 HTML 형식이 포함되어 있습니다

러시아어

authenticate, accountingstart, accountingupdate, accountingstop.

영어

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

마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:

경고: 보이지 않는 HTML 형식이 포함되어 있습니다

러시아어

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

영어

3.6.8 internal authenticate

마지막 업데이트: 2017-01-03
사용 빈도: 1
품질:

러시아어

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

영어

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

마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:

러시아어

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

영어

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

마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:

러시아어

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

영어

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

마지막 업데이트: 2017-01-03
사용 빈도: 1
품질:

러시아어

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

영어

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

마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:

러시아어

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

영어

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

마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:

러시아어

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

영어

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

마지막 업데이트: 2017-01-03
사용 빈도: 1
품질:

러시아어

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

영어

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

마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:

러시아어

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.

영어

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.

마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:

러시아어

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

영어

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.

마지막 업데이트: 2017-01-03
사용 빈도: 1
품질:

러시아어

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.

영어

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.

마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:

러시아어

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

영어

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

마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:

경고: 보이지 않는 HTML 형식이 포함되어 있습니다

인적 기여로
9,153,413,394 더 나은 번역을 얻을 수 있습니다

사용자가 도움을 필요로 합니다:



당사는 사용자 경험을 향상시키기 위해 쿠키를 사용합니다. 귀하께서 본 사이트를 계속 방문하시는 것은 당사의 쿠키 사용에 동의하시는 것으로 간주됩니다. 자세히 보기. 확인