Hi all,
a simple question: I may be blind reading the manual, but is there any way to customize the text of the login page?
Thanks a lot,
Simon
Hi all,
a simple question: I may be blind reading the manual, but is there any way to customize the text of the login page?
Thanks a lot,
Simon
Hey sikreutz,
SeaTable offers a templating mechanism like Seafile. (Seahub customization - Seafile Admin Manual). Unfortunately we haven’t yet add the documentation to SeaTable manual.
Here is a short explanation to customize the login page:
# enter the docker container
docker exec -it seatable bash
# create the forder structure for the custom html pages
mkdir -p /opt/seatable/seahub-data/custom/templates/registration/
# copy the original login.html to your custom templates folder
cd /opt/seatable/seatable-server-latest/dtable-web/seahub/templates/registration
cp login.html /opt/seatable/seahub-data/custom/templates/registration
# customize the login.html in the custom/templates folder with the editor of your choice
vim /opt/seatable/seahub-data/custom/templates/registration/login.html
# don't forget to restart seatable
seatable.sh restart
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.
Do it like thousands of other people who have used SeaTable to develop powerful processes and get their ideas and tasks done more efficiently.