blob: c5e06ca46f05e59ce3651c293a29ab529a0591ad (
plain)
1
2
3
4
5
6
7
8
9
|
<com:TContent ID="Content">
<com:PasswordChange>
<prop:UserToChange><%= $this->User %></prop:UserToChange>
</com:PasswordChange>
<br />
<com:UserSelection>
<prop:UserToDisplay><%= $this->User %></prop:UserToDisplay>
</com:UserSelection>
</com:TContent>
|