iOS Privacy Manifest Requirements begin May 1

2024-03-26 Thread HENRY LOWE via use-livecode
Received the following today while submitting an LC App update to the iOS store: ITMS-91053: Missing API declaration - Your app’s code references one or more APIs that require reasons, including the following API categories: NSPrivacyAccessedAPICategoryFileTimestamp While no action is required

Re: Tutorial for Livecode Server log in system

2024-03-26 Thread Alex Tweedly via use-livecode
Hi Tim, I guess my first response would be - don't. Specifically, don't store or use passwords. Users have a bad habit of re-using the same passwords, so even if your site has no personal or valuable info about your users, the fact that passwords get re-used means you are storing valuable

Re: FindIndex question

2024-03-26 Thread Mike Kerner via use-livecode
other way, alex. use the pg, not the dg, for now. BUT, here's a good reason to use the dg - you can fix issues with it. the source of the pg is closed, and you can't get at it, AFAIK. check the issue tracker for issues with it. you can't address them. please, no comments from the peanut gallery on

Re: Tutorial for Livecode Server log in system

2024-03-26 Thread pere xavier Rossello via use-livecode
cont ( make mistakes pushing tab on keyboard) full scrip " put "window.location='index.html?_e=Error_sin_login';" put "" end if retrive pass from database put revOpenDatabase ("mysql", "localhost:3363","reparacion","gsmmax","11*Endimion_grd") into gDbId put "select

Re: Tutorial for Livecode Server log in system

2024-03-26 Thread pere xavier Rossello via use-livecode
Hi. To make online log in is quit easy in livecode. first you need a webpage with a form asking username, email and password ) and submit to a livecode script Log in --- method can be to types get or post - normally I use Get this will send username