Add email option to user:add command#28122
Conversation
1ba5623 to
3a436a1
Compare
|
Fine by me 👍 @tomneedham was this removed on purpose ? Any link to the diff/PR that removed this option ? Would like to hear from @DeepDiver1975 if it was on purpose. |
|
My guess was that since we used to have email in the preferences table, we never added this to the user add command after the accounts table was added. Unless I missed this getting removed... |
|
(You used to be able to run ./occ user:setting email --value=$email) |
|
jenkins died from mysql/docker issues.... |
|
@tomneedham rebase it |
|
I'm going to script this at some point:
-.- |
3a436a1 to
8bac38e
Compare
|
if you do, make sure to give the script a violent name like "kick-jenkins", "hit-jenkins-in-the-face" or so |
8bac38e to
1d44fac
Compare
|
kicked |
1d44fac to
58ce452
Compare
|
rebased 🔨 |
58ce452 to
0c79324
Compare
|
rebased 🔨 @tomneedham can you raise the backport PR to stable10 ? |
|
stable10: #28306 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
In the
user:addcommand you can now specify the email for a user.I would consider this a regression in functionality, assigned 10.0.3 to reintroduce this feature.
Related Issue
https://central.owncloud.org/t/setting-email-with-occ-doesnt-show-in-gui/7987/3
Motivation and Context
Now that emails are stored in the accounts table there is no way to set the email of a user via occ. Since it is metadata stored alongside users in the accounts table I thought it made sense to add this to the user:add command.
How Has This Been Tested?
Local command line.
Types of changes
Checklist: