Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I got following question.
I created an hidden script and set there some access-rights, userid and passwords
Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD
ADMIN, ADMIN, ADMIN
USER, USER, USER
];
Section Application;
Now I want to delete the password Acces so I opened my hidden script, deleted my INLINE code and finally deleted the hidden script.
I saved, but even with the access code and hidden script deleted, it still asks me to enter password.
Is there a way to change this so that I dont have to log in with password anymore?
Section Access needed always a load-execution to be updated. Further there are section access options within the document properties in tab open which should be disabled.
- Marcus
In Settings -> document_properties -> opening uncheck the box "Initial data reduction based on section access"
let me know
Section Access needed always a load-execution to be updated. Further there are section access options within the document properties in tab open which should be disabled.
- Marcus