UserId Module: Suggestion for future release
Posted: Thu Sep 15, 2005 2:30 pm
Currently I am trying out the User Id module and see how this is working and test it if I could add it to one of the websites I am currently developing. I still have a question (see other post) in this forum.
But I have a suggestion for the User Id module. Would it be possible to change the HTML structure of the login form? E.g. by using an .tpl file as is being done in the Skeleton module. To get more sematic output I want to get the following output:
Another suggestion: Another suggestion I have is to rename to module to 'Frontend login' as this more describes what this module is actual doing.
And another one: update the changelog with correct HTML. As when I now view the changelog I see /p> for some of the releasenotes.
But I have a suggestion for the User Id module. Would it be possible to change the HTML structure of the login form? E.g. by using an .tpl file as is being done in the Skeleton module. To get more sematic output I want to get the following output:
Code: Select all
<form method="post" action="moduleinterface.php">
<fieldset>
<legend>Login form</legend>
<label for="username">Username</label>
<input type="text" id="username" name="username" />
<label for="password">Password</label>
<input type="password" id="password" name="password" />
<input type="submit" value="sign in" />
</fieldset>
</form>
And another one: update the changelog with correct HTML. As when I now view the changelog I see /p> for some of the releasenotes.