-
Notifications
You must be signed in to change notification settings - Fork 40
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
Get loklak account apps working #109
Comments
@mariobehling I would like to work on this |
Go ahead |
@mariobehling I was going through the signup app and I observed the following : On hitting the api : http://api.loklak.org/api/[email protected]&password=xyz |
@Orbiter Any idea? |
The sign-up is actually disabled. I am currently unable to active it because someone has added a configuration save method which ignores UTF8 an that kills the config file. |
@Orbiter is there any test user credential using which I can test the login app and other account apps? |
The actual problem was lately that I had to migrate to the gradle build version and could not do without conflicts. Therefore I am now doing a fresh install on the production site and that required a ful back-up. The back-up was running for hours yesterday and today I hope that I am able to run the latest version including the UTF8 fix, so everything should work as expected. |
it's running now with signup enabled! |
@Orbiter yeah its working on api.loklak.org but is the signup api only functional for api.loklak.org? |
oh on your own server you must configure the signup parameters yourself. They are not active by default. |
@Orbiter okay :) |
@mariobehling @daminisatya Presently on a successful login (via the login app) the window location is changed to /apps/applist/index.html but as of now there is no applist directory in the server html directory nither is there any index.html file in the applist directory present at apps.loklak.org root directory. |
@Orbiter The account apps are working now, I will be uploading a PR soon.However there are two issues while testing Password recovery app and reset password app. The password recovery app on sending request (clicking submit) is showing mail sending disabled and the reset password app requires a token parameter in the apps URL. How do i generate this token? |
fixed the following apps: signup app login app register public key app password recovery app view permissions app reset password app(not tested)
The loklak account apps have not been working yet. Please help to make them work.
The text was updated successfully, but these errors were encountered: