Topic by praneeth kuppa
I have uploaded a a sample program into the custom scripts of the file manager in verbatim from the documentation for creating a contact.The documentation explicitly mentioned that executing a script that is placed in file manager requires authentication which is well reflected in the program through require_once(DOCROOT.'/include/services/AgentAuthenticator.phph').However i was able to successfully create a contact without passing through the authenication page.
How is this possible even though i have asked for authentication ?
In true sense when a contact is created on the end user page it never passes through the authentication page.