Hi, I desperately need some help trying to fins a solution to my problem. Firstly, I create a skin using HTML, CSS and XML.
I'm currently working on a website for the non-profit organization, which would like to have sections of the website available to members only. I edited the login.ascx file to not display the "remember me" check box, "register" button and the "forget password" link. I didn't delete any of the code - I just commented it out. I added the [SIGNIN] token in my HTML skin.the error I'm getting is as follows: "Could Not Load Skin: /Portals/_default/Skins/ ... : Value cannot be null. Parameter name: format" I assume this is because there are no attributes for the Signin token. What I want to do is this - have the signin token with just the username, password and login button and then a logout link for authenticated users. When I placed the signin as a module, it disppears when a user is authenticated. The problem exists that a registered user will not be able to log out of the site. Any help would be greatly appreciated. |