Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to register a new user? #74

Closed
kenbankuk opened this issue Dec 30, 2022 · 8 comments
Closed

how to register a new user? #74

kenbankuk opened this issue Dec 30, 2022 · 8 comments

Comments

@kenbankuk
Copy link

kenbankuk commented Dec 30, 2022

Does anyone know how to register a new user? And where can I find the registered users' data?

After the installation, it gives the user a default account. But how can I create a new account if there are more than 1 user want to use FLOW?

@petersirka
Copy link
Collaborator

@kenbankuk The Flow supports only one user - the administrator. User data + configuration are stored locally on HDD in the databases directory. Flow data are stored in the /flowstream/databases.json file.

@kenbankuk
Copy link
Author

@petersirka thank you very much, Peter. May I ask one more question? Is there anyway to tranform the FLOW to a multiple user web app?

@petersirka
Copy link
Collaborator

@kenbankuk sorry, I forgot to answer... Is this still open for you?

@kenbankuk kenbankuk reopened this Jan 8, 2023
@kenbankuk
Copy link
Author

@petersirka much appreciated, Peter. It is still open 👍

@petersirka
Copy link
Collaborator

@petersirka thank you very much, Peter. May I ask one more question? Is there anyway to tranform the FLOW to a multiple user web app?

How do you mean it? Do you need own Flow every web app with an individual user access?

@petersirka
Copy link
Collaborator

@kenbankuk Can I close this issue?

@kenbankuk
Copy link
Author

@petersirka Hi Peter, Sorry for late replying. I was thinking about this, but I don't know whether there is any better solution. My plan is to store users' and flows' data in a "cloud" database. All the Flow web apps can access this database. And the Flow web app is stored in the docker. a new docker file is cloned and assigned to the new user when the new user is trying to access the Flow web app. But this plan sounds very stupid and need to waste lots of resources.

@petersirka
Copy link
Collaborator

@kenbankuk It's possible, I don't see any problem with it.

Saving action:

Reading action:


All you need to do is create a Docker container or something else to execute the flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants