You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am Tingyuan (Leon).
Thank you for previous discussionissue #204, it inspired me a lot.
By running develop.yml , I successfully sign up a temporary account.
I also tried the other two potential methods, however, as @catweis said, they do not work.
The followings are my tries on these two methods:
For the way of manually adding account in mongo database, I successfully added a new account data in the local database called 'camic'. But no matter how I restart or rebuild the service, it still shows that "User not added".
Log:
For the way of temporarily disabling security check, I did not found develop.yml under Caracal, but I did found there were config related with security check in .env file that was copied and renamed from .env.example.
I tried modifying both DISABLE_SEC and ALLOW_PUBLIC to value of true, and made sure configs in .env were run by re-executing setup_script.sh under Caracal, but it still did not worked.
In short, for now, it seems like running develop.yml is the only way to access the system.
I know it is very likely that there is something wrong with my operations, so I will be extremely happy if anyone could point me in the right direction! Thank you so much!
Hi! I am Tingyuan (Leon).
Thank you for previous discussionissue #204, it inspired me a lot.
By running
develop.yml
, I successfully sign up a temporary account.I also tried the other two potential methods, however, as @catweis said, they do not work.
The followings are my tries on these two methods:
Log:
develop.yml
underCaracal
, but I did found there were config related with security check in.env
file that was copied and renamed from.env.example
.I tried modifying both
DISABLE_SEC
andALLOW_PUBLIC
to value oftrue
, and made sure configs in.env
were run by re-executingsetup_script.sh
underCaracal
, but it still did not worked.In short, for now, it seems like running
develop.yml
is the only way to access the system.I know it is very likely that there is something wrong with my operations, so I will be extremely happy if anyone could point me in the right direction! Thank you so much!
Originally posted by @CoToYo in #204 (comment)
The text was updated successfully, but these errors were encountered: