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
--
"Open source takes the bullshit out of software."
- Charles Ferguson on TechnologyReview.com
--
Jörn Nettingsmeier, EDV-Administrator
Institut für Politikwissenschaft
Universität Duisburg-Essen, Standort Duisburg
Mail: [EMAIL PROTECTED], Telefon: 0203/379-2736
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]