I want to display some pieces of content on my portal prior to login. With my Java apps I usually create an anonymous user for this purpose, which is a default security user if you haven’t logged on yet. Is there a way to do the same in Scriptcase?
I see three ways to do this :-
- The anonymous default user if possible, with no write access sets in groups (If I can figure this out)
- Creating a form with a custom or matching template, which doesn’t have write access, and merely display this within the main portal page (Security an issue?)
- Creating a JS which will extract the DB data, and the frontend uses JS to parse it. (Longest way of doing it, but any tips will be appreciated)
I am new to this tool, and quite honestly, with it’s flaws it is still the best value for money out there. I own several other tools, most much more expensive. If anyone could direct me on the best way for the above within the SC framework I would appreciate it.
Before I forget, the portal is just a welcoming page, with some stats (or dashboard if possible) I want to display read-only, or a message of the day etc.