python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Yii2 - Remember me does not workk
I turned on the Remember me field and set the duration to one month
Yii::$app->user->login($this->getUserById($userId), $rememberMe == true ? 2629746 : 0);
but that doesn't work. The website...
Ebaa M Alendary
Votes: 0
Answers: 0
Metamask Logout for DApp?
Suppose a user first sign in through metamask, then he instead of loggin out form dapp choses to disconnect his account from metamask itself, then in that case i want my dapp to redirect to sign in pa...

Swati
Votes: 0
Answers: 0
Why is the name of the user is not being shown instead of the Login icon in the menu bar after a successful login?
So I have an issue where I set up the frontend so that when the user logs in, the Login button in the menu bar will change to display the user's name currently logged in with a drop-down list showing ...

Metjuw
Votes: 0
Answers: 1