Please help us by providing the following info. Before posting please also check the pinned "Known issues" threads and make sure that you're running the latest available version for your oC release: https://owncloud.org/changelog/
Steps to reproduce
1.Manually create a new user with username/email and password
Expected behaviour
New user should get a notification email with their new account login and password, along with link to owncloud's install
Actual behaviour
User get the email, but there is no password in the email. Only the user login.
Server configuration
ownCloud version: 9.1
The email template code is:
<?php
print_unescaped($l->t('<p>You now have an %s account.<br><br>Your username: %s
<br>Access it: <a href="%s">%s</a></p><br>', array($theme->getName(), $_['username'], $_['url'], $_['url'])));
?>
What is the "API" reference to show the user's password in this email?
Thanks.