bin/userhomepage, that you can call as a target of HTML
links to provide a direct button/link to a user TWiki home page
%SCRIPTURL%/userhomepage, eg:
<a href='%SCRIPTURL%/userhomepage%SCRIPTSUFFIX%'>Your TWiki account</a>
<form action='%SCRIPTURL%/userhomepage%SCRIPTSUFFIX%'>
<input type=submit value="Your Home Page">
</form>
UserHomePageAddOn.zip in your twiki installation directory. Content:
|
|||||||
userhomepage script. e.g, in apache, edit the bin/.htaccess file to add:
<Files "userhomepage">
require valid-user
</Files>
|
|||||||||||||||||||||
|
|||||||||||||||