[Issue] Register button not showing up #176
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
KittenSquad/glewlwyd#176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the issue
On the login form the register button doesn't show up.
To Reproduce
registerfieldExpected behavior
The button should show up
Additional context
The problem is caused by this line:
github.com/babelouest/glewlwyd@f70a133ea9/webapp-src/src/Login/Buttons.js (L205)It should be
this.state.registration. A possible workaround is to add"registration": trueinto your config.json.Hello @gergof ,
Did you use the register documentation to install and configure your registration plugin? There's a paragraph describing how to update the config.json file.
If this still not work, can you post your
"register"field from yourconfig.jsonfile?Yes, I've followed the description from there.
My config.json register field looks like this:
Thanks again @gergof , your first assumption was correct, it's probably a regression introduced some time ago. I fixed the bug ere:
github.com/babelouest/glewlwyd@6a0f7752ec