I would like to create a login link on a page simular to the Login/Register link on this site. When the link is clicked it should open editor so a user can enter there username and password. Can someone show me some working code?
Thank you
This question has an accepted answers - jump to answer
Never mind. Figured it out.
For anyone else interested, you can use create() and edit() to show the Editor form programmatically.
create()
edit()
Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Never mind. Figured it out.
For anyone else interested, you can use
create()
andedit()
to show the Editor form programmatically.Allan