Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 40 online users. » 0 Member(s) | 40 Guest(s)
|
Latest Threads |
using cdb_auth with Live...
Forum: General
Last Post: JereMiami
12-19-2024, 01:58 AM
» Replies: 0
» Views: 27
|
BLOBs - not possible to a...
Forum: General
Last Post: stamatis
10-06-2024, 06:28 PM
» Replies: 0
» Views: 261
|
Allow users to change the...
Forum: General
Last Post: mark_talluto
01-18-2024, 01:09 AM
» Replies: 8
» Views: 11,441
|
cdb_sendEmail
Forum: General
Last Post: mark_talluto
11-07-2023, 09:57 PM
» Replies: 0
» Views: 688
|
cdb_sync & cdb_lookupvalu...
Forum: General
Last Post: mark_talluto
11-07-2023, 09:45 PM
» Replies: 1
» Views: 1,241
|
cdb cdb_sendEmail
Forum: Bug Reports
Last Post: JereMiami
10-05-2023, 01:57 PM
» Replies: 0
» Views: 1,770
|
LCM: "Please inform Canel...
Forum: General
Last Post: mark_talluto
07-12-2023, 07:58 PM
» Replies: 24
» Views: 23,250
|
San Franciso Region Outag...
Forum: Announcements
Last Post: mark_talluto
05-09-2023, 03:31 AM
» Replies: 1
» Views: 2,880
|
Error, CDB_Header checksu...
Forum: General
Last Post: cpuandnet
02-01-2023, 05:00 AM
» Replies: 4
» Views: 3,934
|
CDBCache sync from local ...
Forum: General
Last Post: Hendricus
01-29-2023, 09:39 PM
» Replies: 2
» Views: 2,779
|
|
|
double account email in cdbUsers Table |
Posted by: miyaa - 08-08-2020, 06:29 AM - Forum: Getting Started
- Replies (3)
|
|
Are you another way, so that there is no double account register in the cdbUsers table.
if I register with an email with the same password. then there will be a double account register.
example
email: email@example.com
password: Test123
and then
email: email@example.com
password: TEst123
then what happens in the cdbUsers table will occur 2 email accounts. I don't think this is ideal and it shouldn't be like this. There should be only 1 register account in the user table.
I tried to use the cdb_advancedQuery function but the users table cannot query. so you can't check if the same email can't double register.
Are there any other solutions to prevent double accounts?
Thanks
|
|
|
autologin |
Posted by: miyaa - 08-04-2020, 09:54 AM - Forum: Getting Started
- Replies (1)
|
|
Helo,
is there a way to make the logged-in user no longer need to log in when opening the application?
I usually save tokens to check back to the server whether the tokens are still valid or not.
how do i do this on livecloud?
Thanks
|
|
|
Version 2.6.8 released |
Posted by: mark_talluto - 07-23-2020, 02:26 AM - Forum: Announcements
- No Replies
|
|
######## VERSION 2.6.8 (2020/07/22)
News: IMPORTANT CHANGES! Only LCM changes are in this update. Please refer to previous updates to ensure you are current with CanelaDB libraries.
- - - - - - - - - -
Improved: Made internal store "Subscription Status" in Accounts dynamic so we can offer new plans or modify existing plans more easily.
Bugfix: When resizing the LCM window, data might not display in the main view. (Peter Bordych)
Bugfix: When new tables are created outside of LCM and the Projects button is pressed in LCM, the Project view may become corrupted. (Peter Bordych)
Bugfix: Handle authentication failure when Projects button is pressed.
Bugfix: Fixed an issue where when reseting Projects from clicking on Project button would not clean out existing project name listing resulting in old data drawing on top of existing data.
|
|
|
business logic in the livecide application |
Posted by: miyaa - 07-20-2020, 05:20 PM - Forum: Getting Started
- Replies (4)
|
|
Dear Team,
livecloud doesn't support user permissions by default.
So I want to write it in livecode.
for example. i want to make rbac.
1. Role: Manager
2. Role: employee
only the employee role can see the employee table or
only the managerrole can see the manager table.
my assumption is if someone gets or knows the recordID then they can freely do it to search.
is it safe if I write rabc logic directly in livecode?
do you have an example to make rbac in livecloud?
if I use parseplatform.org I write it in cloudcode.
Thanks
|
|
|
Both Universal and User Accounts |
Posted by: Pebah - 07-20-2020, 04:20 AM - Forum: Getting Started
- Replies (7)
|
|
In my "book" application I want to have:
1. A universal account--to handle text and other data all users will see
2. A user account--to handle the user's personal data (bookmarks, etc.)
How is this done? I see in the docs, "Accounts and Authorization," descriptions of both, but it seems to describe it as either universal or user; I need both simultaneously.
Thanks!
|
|
|
DigitalOcean Outage |
Posted by: mark_talluto - 07-17-2020, 09:57 PM - Forum: Announcements
- No Replies
|
|
Hello everyone,
I just wanted to report that DigitalOcean, our datacenter provider, had an outage today at 21:33 UTC.
There incident report contained the following details:
Our engineering team is investigating an issue with one of our upstream providers. You may encounter connectivity issues with your DigitalOcean services. We apologize for the inconvenience and will share an update once we have more information.
At 21:43 UTC:
The issue with our upstream provider appears to have been corrected and we are currently monitoring the situation. We will post an update as soon as the issue is fully resolved and do not expect any further issues.
We are sorry for the temporary outage that may have occurred in your region. Everything looks good at the moment.
-Mark Talluto
|
|
|
Verification email sender domain customisation |
Posted by: Bizbuzz - 07-17-2020, 06:49 PM - Forum: General
- Replies (5)
|
|
Hi, as the subject reveals I would need to customise the sender domain. As it is now it uses the project name .com
We would need to change to projectname.se in this case, and in general to be able to set anything.anything would be preferable.
Maybe this is already possible? If not can it be done by you for a particular case by your support?
|
|
|
First sync cloud to local |
Posted by: Pebah - 07-14-2020, 06:29 AM - Forum: Getting Started
- Replies (1)
|
|
I've set up a table in LiveCloud Manager. Now I want to work with a local version of the same table. How do I create that local table that I will later sync back up to the cloud?
|
|
|
Library error |
Posted by: Pebah - 07-10-2020, 06:22 AM - Forum: Bug Reports
- Replies (6)
|
|
Hi, I'm getting this LC script error when I call initializeCanelaDB.
Error: stack "CDB_Header.lib" execution error at line 10 (Function: error in function handler) near "cdbi_create", char 13
Message execution error:
Error description: Handler: can't find handler
Hint: cdbi_setLogMode
I seem to be using the latest library files (I reexported the tools and restarted the program). The two .lib files are dated 6/30/20.
Peter Bogdanoff
|
|
|
|