Home
last modified time | relevance | path

Searched refs:passwordCheck (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/pages/profiles/password_prompt/
H A Dpassword_prompt_modal.vue26 passwordCheck: '',
31 return Boolean(this.passwordCheck.length);
42 this.handleConfirmPassword(this.passwordCheck);
74 v-model="passwordCheck"
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_spring_boot_kotlin/src/main/kotlin/com/rabbitmq/examples/
H A DAuthController.kt32 fun checkUserCredentials(passwordCheck: PasswordCheck): String { in checkUserCredentials()
34 if (passwordCheck.username == "guest" && passwordCheck.password == "guest") { in checkUserCredentials()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/password_check/android/internal/java/src/org/chromium/chrome/browser/password_check/
H A DPasswordCheckFactory.java49 public static void setPasswordCheckForTesting(PasswordCheck passwordCheck) { in setPasswordCheckForTesting() argument
50 sPasswordCheck = passwordCheck; in setPasswordCheckForTesting()
H A DPasswordCheckMediator.java354 PasswordCheck passwordCheck = PasswordCheckFactory.getOrCreate(mSettingsLauncher); in getPasswordCheck() local
355 assert passwordCheck != null : "Password Check UI component needs native counterpart!"; in getPasswordCheck()
356 return passwordCheck; in getPasswordCheck()
/dports/devel/awscli/awscli-1.20.61/awscli/examples/cognito-idp/
H A Dset-ui-customization.rst7 …omizable {\n\ttext-align: center;\n}\n.passwordCheck-notValid-customizable {\n\tcolor: #DF3312;\n}…
15 …omizable {\n\ttext-align: center;\n}\n.passwordCheck-notValid-customizable {\n\tcolor: #DF3312;\n}…
H A Dget-ui-customization.rst16 …omizable {\n\ttext-align: center;\n}\n.passwordCheck-notValid-customizable {\n\tcolor: #DF3312;\n}…
/dports/net/krfb/krfb-21.12.3/krfb/
H A Drfbserver.cpp104 d->screen->passwordCheck = passwordCheck; in start()
277 rfbBool RfbServer::passwordCheck(rfbClientPtr cl, const char *encryptedPassword, int len) in passwordCheck() function in RfbServer
H A Drfbserver.h62 static rfbBool passwordCheck(rfbClientPtr cl, const char *encryptedPassword, int len);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safety_check/android/java/src/org/chromium/chrome/browser/safety_check/
H A DSafetyCheckMediator.java389 PasswordCheck passwordCheck = PasswordCheckFactory.getPasswordCheckInstance(); in destroy() local
390 if (passwordCheck != null) { in destroy()
391 passwordCheck.stopCheck(); in destroy()
392 passwordCheck.removeObserver(this); in destroy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/test/data/autofill/heuristics/output/
H A D044_register_amazon.com.out7 UNKNOWN_TYPE | passwordCheck | Re-type Password: | | action_1-default
H A D073_register_target.com.out11 UNKNOWN_TYPE | passwordCheck | Re-enter password:* | | userName_1-default
/dports/net/vino/vino-3.22.0/server/libvncserver/
H A Dauth.c395 if (cl->screen->passwordCheck) in rfbAuthProcessClientMessage()
396 result = cl->screen->passwordCheck(cl, (const char *)response, CHALLENGESIZE); in rfbAuthProcessClientMessage()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/vnc/
H A DReaderWriterVNC.cpp49 static void passwordCheck(rfbClient* client,const char* encryptedPassWord,int len);
202 void LibVncImage::passwordCheck(rfbClient* /*client*/,const char* /*encryptedPassWord*/,int /*len*/) in passwordCheck() function in LibVncImage
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vnc/
H A DReaderWriterVNC.cpp49 static void passwordCheck(rfbClient* client,const char* encryptedPassWord,int len);
202 void LibVncImage::passwordCheck(rfbClient* client,const char* encryptedPassWord,int len) in passwordCheck() function in LibVncImage
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/install/Classes/Controller/
H A DSettingsController.php89 $passwordCheck = $request->getParsedBody()['install']['passwordCheck'];
92 if ($password !== $passwordCheck) {
H A DMaintenanceController.php456 $passwordCheck = $request->getParsedBody()['install']['userPasswordCheck'];
467 } elseif ($password !== $passwordCheck) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/install/Classes/Controller/
H A DSettingsController.php123 $passwordCheck = $request->getParsedBody()['install']['passwordCheck'];
126 if ($password !== $passwordCheck) {
H A DMaintenanceController.php537 $passwordCheck = $request->getParsedBody()['install']['userPasswordCheck'];
549 } elseif ($password !== $passwordCheck) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/install/Classes/Controller/
H A DSettingsController.php123 $passwordCheck = $request->getParsedBody()['install']['passwordCheck'];
126 if ($password !== $passwordCheck) {
H A DMaintenanceController.php533 $passwordCheck = $request->getParsedBody()['install']['userPasswordCheck'];
545 } elseif ($password !== $passwordCheck) {
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/libvncserver/
H A Dauth.c381 if(!cl->screen->passwordCheck(cl,(const char*)response,CHALLENGESIZE)) { in rfbAuthProcessClientMessage()
H A Dcargs.c136 rfbScreen->passwordCheck = rfbCheckPasswordByList; in rfbProcessArguments()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/password_manager/settings/
H A DPasswordSettings.java525 PasswordCheck passwordCheck = in createCheckPasswords()
527 passwordCheck.showUi(getStyledContext(), PasswordCheckReferrer.PASSWORD_SETTINGS); in createCheckPasswords()
/dports/graphics/aloadimage/arcan-0.6.1/src/frameserver/encode/default/
H A Dvnc.c335 vncctx.server->passwordCheck = rfbCheckPasswordByList; in vnc_serv_run()
/dports/sysutils/acfgfs/arcan-0.6.1/src/frameserver/encode/default/
H A Dvnc.c335 vncctx.server->passwordCheck = rfbCheckPasswordByList; in vnc_serv_run()

12