-
안녕하세요. migration 관련 문의 드립니다.
https://repo.yona.io/yona-projects/yona-help/post/4
위 페이지 기준으로 yona 설정 까지 하고
프로젝트 옮기기 단계에서, 다음부터 막힙니다.
_설치된 Yona v1.1 이상의 서버에서 /migration URL로 접근합니다._
repo.yona…
-
I am trying to log in to a certain website with the following code:
` open(url)
>>> get(by: .name("fdsa"))
>>> setAttribute("value", value: user)
>>> g…
-
There is no login and signup functionality in your website.
Please assign this issue to me under label **gssoc-ext, hacktoberfest-accepted, level-3**.
-
I have a few directives with `templateUrl` and when I add this module tests stop working me.
```
PhantomJS 1.9.8 (Mac OS X 0.0.0) Unit testing login process Should contains the login form FAILED
…
-
index.jsp (possibly even loginform.jsp, logout.jsp, error.jsp, /api/authentication/login, changePermissions.html, publicAccess.html, others?) should be styled with a separate css file. We will even ne…
ssvw updated
10 years ago
-
Line 455 states: $lf->mRemember = false;
But 'mRemember' is protected so this will give an error:
---
PHP Fatal error: Cannot access protected property LoginForm::$mRemember in /var/www/html/mediaw…
-
Hi,
I have a login form that breaks when I go to read if the CheckBox is checked. The code is the following:
[loginform.txt](https://github.com/lxn/walk/files/5002163/loginform.txt)
The line t…
-
Getting elements and acting on them are both async actions. This requires two separate `await` statements. Element id caching won't work because it has to be assumed to be async regardless of cache st…
-
How can I pass login form within my register_user.html? I am trying to create both login/register at same page. I tried passing in login_user_form, it didn't work and it makes perfect sense as to why …
-
Essentially a copy of https://github.com/silverstripe/silverstripe-activedirectory/issues/130 (SS3 issue in the equivalent repository).
---
The way that both LDAP and MFA are architected (by nec…