I am using the DCLF.NSF database on our web server to provide a custom login form for our users. Working on customizing this database further by adding a “Forgotten Password” form / process.
Running into two bottlenecks -
(1) DCLF.NSF is not saving the documents created with the “Forgotten Password” form, even after I gave anonymous users Manager access for testing purposes. I am able to create documents using the WebQueryOpen and WebQuerySave agents though but saving the context document is ignored.
(2) Tried the Print statement / $$Return field to redirect the user to a desired URL but /dclf.nsf/ForgotPassword?OpenForm&Seq=1 is taking the user back to the custom login form.
Any template /sandbox application available for “Forgotten Password” process and / or any work-arounds for the problems I am facing?