Jump to content

Search the Community

Showing results for tags 'security'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Caspio Bridge
    • Caspio Apps for Ukraine
    • General Questions
    • Caspio JavaScript Solutions
    • Tables, Views and Relationships
    • Import/Export and DataHub
    • DataPages
    • Deployment
    • Security, Authentications, Roles, SAML
    • Styles and Localizations
    • Parameters
    • API and Integration
    • Calculations and aggregations
    • User JavaScript and CSS Discussions

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location


Interests

Found 9 results

  1. My app starts with a single login and redirects to a specific page from there. On the PC version, I login the one time, and when I go to my home page, the datapage there displays without requiring a second login. Mobile, however, requires the second login. Any idea why?
  2. I am using iframes for a navigation bar from the HowTo article posted Here. The pages inside this tabbed navigation share the same authentication. I have login re directions with their own authentications as well. When I am redirected to the page with the iframes, I still need to log in to the other datapages on the tabs. From there, I can either log in again or refresh the entire page myself (or, really, I can just refresh the iframe I am in and that works too). I know iFrames are tricky and I really don't want to mess with them. I would rather have my employees have to endure another 1 1/2 seconds to have it working right. Could someone help me with a script that reloads the page ONCE when the page is fully loaded? I have been able to get it to refresh, but it keeps refreshing. I am working with onclick query string values so I am not too sure if appending the URL once loaded would work either.
  3. Hi Caspio newbie here! I'm trying to do email verification, most of it works fine but the only way to change the verification status to yes is to manually run the datapage I created called email_verification. the email sends okay and the link copies the GUID but it doesn't change the field status. I tried copying the script on the help page to get automatic updating but it doesn't appear to work....my code is as follows <script> document.getElementById('caspioform').onsubmit = function (){ document.getElementById('[@field:Email_Verified^]').checked="y"; } </script> any advice much appreciated Ian
  4. I came across this article recently-- 6 Security Policies to Customize in Your Caspio Account -- and saw the following: I can't seem to find instructions anywhere for setting up this kind of functionality. By chance, can someone point me in the right direction?
  5. I am currently working on a search page where database users can search for their own records, view, and make edits if necessary. I was to restrict access of 4 of my users to only their own records. However, 3 users need to be able to access all records through the search form. I am having trouble thinking of a way to restrict access of only some users using record level security. Can anyone provide any guidance to how I might go about doing this? Thanks!
  6. When you go to my site where a "create new user" datapage is deployed. I get this message from google that there is a phishng attack ahead. I've been using Caspio for months without any problem, and of this morning without changing anything this Phishing warning popped up. Has anyone experienced the same problem. My site: http://www.risafety.com/toolbox-talks.html , but it's on my other sites to where I use Caspio. Phishing attack aheadAttackers on b6.caspio.com might try to trick you to steal your information (for example, passwords, messages, or credit cards). Back to safetyHide details Google Safe Browsing recently detected phishing on b6.caspio.com. Phishing sites pretend to be other websites to trick you. If you understand the risks to your security, you may visit this infected site.
  7. Rather than having 3 Datapages in order to restrict fields and data for 3 different user types, can a script be used to provide "section-level" security?
  8. When I changed the Authentication profile for a DataPage, on the "Web Form Wizard - DataPage DataSource" page, it changed, the "Web Form Wizard - Single Record Update" setting to "Find record through Record Level Security", which means the app lost the ID it needed to pull up the entire record for the DataPage. The error was "No records found" Caspio forced the change, not me. Just be careful. This bug took me a little time to find. The graphic is the screenshot of where the fix was made.
  9. My client wants to be able to offer a 'Facebook Sign-In' to the Database I'm creating with Caspio. Is there an easy way to do this?
×
×
  • Create New...