Mani Maran
Posts: 0
Joined: Tue Jul 21, 2015 12:49 am

Remember my previous Username and password

I saw your youtube video to create an app with user registration successfully it works good too. but i have a simple problem In login page when i gave username and password to login it loggedin to the app then i logged out from the welcome page. In login page i saw that username and password of previous login username and password how to disappear username and password feild (when the works is finsihed)

What i want:

  1. when i logged in and logged out from the page that feild should not remember my previous username and password
  2. I created an new app with user registration in a panel in that what i encountered is when i logged in as a certain user. The username and password feild are always appeared on the these feilds Image
Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Remember my previous Username and password

Hello Mani,

Unfortunately custom app logic is outside the scope of our support but as an option you can make these fields empty with javascript code.

Mani Maran
Posts: 0
Joined: Tue Jul 21, 2015 12:49 am

Remember my previous Username and password

give that javascript code

Mani Maran
Posts: 0
Joined: Tue Jul 21, 2015 12:49 am

Remember my previous Username and password

I'm new to js

Jack Bua
Posts: 0
Joined: Sun Jun 28, 2015 10:16 pm

Remember my previous Username and password

On the success event of the login service put some JS to clear the text boxes.

Apperyio("username").val("");
Apperyio("password").val("");

where "username" and "password" is respectively the names of the username and password input controls.

Basic manipulation of inputs is described more at this link:
https://devcenter.appery.io/documenta...

Mani Maran
Posts: 0
Joined: Tue Jul 21, 2015 12:49 am

Remember my previous Username and password

Thanks You for Helped me out of this problem. Mr. Jack Bua

Jack Bua
Posts: 0
Joined: Sun Jun 28, 2015 10:16 pm

Remember my previous Username and password

Glad to help.

Mani Maran
Posts: 0
Joined: Tue Jul 21, 2015 12:49 am

Remember my previous Username and password

Hello Mr.Jack Bua

Another Problem raised

In appery web app page components looks normal when i built the app working my app with my android phone it seems all components are small. In my app page I placed two icons in both corner of the header in web app Page . But In my android phone button icon looks too nearer to left side of the phone and right side of the phone so i wanna change the margin of the two icons so i click the button icon on the app page then margin under properties and by changing the values but no changes in button icon in app page then what to do

Jack Bua
Posts: 0
Joined: Sun Jun 28, 2015 10:16 pm

Remember my previous Username and password

Unfortunately I am not that experienced with all of this. I tried a few things with custom CSS but had no luck. The buttons in corners don't seem to move. Sorry I cant help with this one.

Mani Maran
Posts: 0
Joined: Tue Jul 21, 2015 12:49 am

Remember my previous Username and password

It's Ok bro again thanks for trying to help me

Return to “Issues”