hi again!
this little patch is meant to re-enable the changePassword usecase by
adding a "change password" button to the admin.users tab.
please comment and apply if appropriate.
best,
jörn
--
jörn nettingsmeier
home://germany/45128 essen/lortzingstr. 11/
http://spunk.dnsalias.org
phone://+49/201/491621
if you are a free (as in "free speech") software developer
and you happen to be travelling near my home, drop me a line
and come round for a free (as in "free beer") beer. :-D
Index: src/webapp/lenya/usecases/admin/user.jx
===================================================================
--- src/webapp/lenya/usecases/admin/user.jx (revision 411441)
+++ src/webapp/lenya/usecases/admin/user.jx (working copy)
@@ -77,6 +77,17 @@
</form>
</td>
</tr>
+
+ <tr>
+ <td/>
+ <td>
+ <form id="form-change_user_password">
+ <input type="hidden" name="lenya.usecase" value="admin.changePassword"/>
+ <input type="hidden" name="userId" value="${user.getId()}"/>
+ <input i18n:attr="value" type="submit" value="Change Password" name="input-change_user_password"/>
+ </form>
+ </td>
+ </tr>
<tr>
<td class="lenya-entry-caption"><i18n:text>Groups</i18n:text>:</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]