Search found 123 matches

Go to advanced search

by Christopher Herold
Tue Feb 18, 2014 11:30 pm
Forum: Issues
Topic: Remember Me and Remember Password on Login Screen
Replies: 9
Views: 1074
 
Jump to post

Remember Me and Remember Password on Login Screen

Awesome, once again. Thanks Maryna!

by Christopher Herold
Tue Feb 18, 2014 3:20 pm
Forum: Issues
Topic: Remember Me and Remember Password on Login Screen
Replies: 9
Views: 1074
 
Jump to post

Remember Me and Remember Password on Login Screen

(1) How to implement the sliding green toggle switches and placing text (Remember me, Remember password) in front of each toggle switch. The toggle switch is obvious, but customizing it and placing text in front of it, is not. (2) How to populate the user and pass fields of the login screen with pre...
by Christopher Herold
Tue Feb 18, 2014 3:13 pm
Forum: Issues
Topic: Remember Me and Remember Password on Login Screen
Replies: 9
Views: 1074
 
Jump to post

Remember Me and Remember Password on Login Screen

Could you provide guidance on how to implement the Remember Me and Remember Password option that Appery has on the Login Screen for its App?

by Christopher Herold
Tue Feb 18, 2014 4:11 am
Forum: Issues
Topic: Appery Login_Service Details: When/Why Does it Auto-Log Out Users?
Replies: 7
Views: 848
 
Jump to post

Appery Login_Service Details: When/Why Does it Auto-Log Out Users?

What I actually want to do is to make sure that the user is not auto-logged out.

Is there any way to do that?

by Christopher Herold
Tue Feb 18, 2014 1:46 am
Forum: Issues
Topic: Appery Login_Service Details: When/Why Does it Auto-Log Out Users?
Replies: 7
Views: 848
 
Jump to post

Appery Login_Service Details: When/Why Does it Auto-Log Out Users?

Can you please confirm that this code will maintain the user's state as logged in UNTIL they select to be logged off by clicking the Log Off button.

I want the user to remain logged in until THEY decide to logout.

by Christopher Herold
Mon Feb 17, 2014 5:14 pm
Forum: Issues
Topic: Appery Login_Service Details: When/Why Does it Auto-Log Out Users?
Replies: 7
Views: 848
 
Jump to post

Appery Login_Service Details: When/Why Does it Auto-Log Out Users?

Right now I save the sessionToken to a local storage variable called session_id. Can you provide more details on how to check it and the invoke the login service if it's expired? The big question is: When the login service is invoked after detecting that the sessionToken has expired does the user ha...
by Christopher Herold
Mon Feb 17, 2014 7:54 am
Forum: Issues
Topic: Appery Login_Service Details: When/Why Does it Auto-Log Out Users?
Replies: 7
Views: 848
 
Jump to post

Appery Login_Service Details: When/Why Does it Auto-Log Out Users?

My app is running on iOS and Android and uses the Appery Login Service. I would like for users who log in to stay logged in until they Log Out, or reset their system. But for some reason, my app (especially with iOS) will automatically log out (when not in use), either after a given time period or a...
by Christopher Herold
Tue Feb 11, 2014 4:28 pm
Forum: Issues
Topic: Case Insensitive DB Query
Replies: 1
Views: 355
 
Jump to post

Case Insensitive DB Query

I am trying to create a query that is case insensitive. My original query is "where": '{"username":"' + username + '"}' How do I make this case insensitive?? I tried "where": '{"username":{ $regex: /+ username +/i } }' with no success.
by Christopher Herold
Sat Feb 08, 2014 3:25 am
Forum: Issues
Topic: Deleting Multiple DB Entries Using "Where"
Replies: 12
Views: 1313
 
Jump to post

Deleting Multiple DB Entries Using "Where"

Thanks again Maryna! Works perfectly.

by Christopher Herold
Fri Feb 07, 2014 8:53 pm
Forum: Issues
Topic: Deleting Multiple DB Entries Using "Where"
Replies: 12
Views: 1313
 
Jump to post

Deleting Multiple DB Entries Using "Where"

Hi Maryna, It really seems like that should work, but for some reason it doesn't seem to be. I even did a test delete for a fixed record number which worked. Any ideas why it doesn't want to loop through the result object to get the list of _id values (see code below)? Is there a way that I can view...

Go to advanced search