Show More
@@ -47,8 +47,14 b'' | |||
|
47 | 47 | </table> |
|
48 | 48 | </div> |
|
49 | 49 | |
|
50 | % if c.user.extern_type != 'rhodecode': | |
|
51 | <p>${_('Your user account details are managed by an external source. Details cannot be managed here.')} | |
|
52 | <br/>${_('Source type')}: <strong>${c.user.extern_type}</strong> | |
|
53 | </p> | |
|
54 | % else: | |
|
50 | 55 | <div> |
|
51 | 56 | ${c.form.render() | n} |
|
52 | 57 | </div> |
|
58 | % endif | |
|
53 | 59 | </div> |
|
54 | 60 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now