Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[User Management] User is not created if it was first created and deleted #13589

Closed
davitol opened this issue Jan 22, 2015 · 13 comments · Fixed by #19627
Closed

[User Management] User is not created if it was first created and deleted #13589

davitol opened this issue Jan 22, 2015 · 13 comments · Fixed by #19627

Comments

@davitol
Copy link
Contributor

davitol commented Jan 22, 2015

Steps to reproduce

  1. Go to users
  2. Activate send to email address to new users.
  3. Write down user/password
  4. Click create new user.
  5. Delete the new user just created
  6. Create again a user with the same info as the previous one

Expected behaviour

User should be created and mail sent.

Actual behaviour

User does not appear in the list but the email is sent. If the browser is refreshed after the deletion, it works ok.

Server configuration

Operating system:
Ubuntu 14.04 LTS

Web server:
Apache

Database:
MySQL

PHP version:
5.5.9

ownCloud version: (see ownCloud admin page)
{"installed":true,"maintenance":false,"version":"8.0.0.1","versionstring":"8.0 alpha 1","edition":""}

Updated from an older ownCloud or fresh install:
fresh

List of activated apps:
none

The content of config/config.php:

Insert your config.php content here
(Without the database password and passwordsalt)

Are you using external storage, if yes which one: local/smb/sftp/...
no

Are you using encryption: no

Client configuration

Browser:
Chrome, Firefox

@DeepDiver1975
Copy link
Member

@davitol can I ask you to switch the language to English when screen shotting? My Spanish is not that great 🙊

@DeepDiver1975 DeepDiver1975 added this to the 8.1-next milestone Jan 22, 2015
@davitol
Copy link
Contributor Author

davitol commented Jan 22, 2015

@DeepDiver1975 Sure!! Next screenshots will be in english. 👍

@karlitschek
Copy link
Contributor

Can you retest please?

@jnfrmarks
Copy link

@davitol Please retest.

@davitol
Copy link
Contributor Author

davitol commented May 5, 2015

👎 Bug not solved

{"installed":true,"maintenance":false,"version":"8.1.0.4","versionstring":"8.1 alpha 3","edition":""}

@DeepDiver1975
Copy link
Member

we already moved all user management related topics to 8.2 - moving this as well

@DeepDiver1975 DeepDiver1975 modified the milestones: 8.2-next, 8.1-current May 5, 2015
@jnfrmarks
Copy link

@davitol

Do you refresh the page after deleting the user? Right now, in order for the last deleted user to be official gone, you need to either refresh the admin page or navigate away.

@davitol
Copy link
Contributor Author

davitol commented May 5, 2015

@jnfrmarks Refreshing the screen the behaviour is OK, but settings as send email to a new user or show email adress are not kept as it is said in #12727

@PVince81
Copy link
Contributor

Still happening on master (8.2 beta)

@ghost
Copy link

ghost commented Sep 21, 2015

@PVince81 I think this needs to move forward, maybe 8.2.1

@ghost ghost modified the milestones: 8.2.1-next-maintenance, 8.2-current Sep 25, 2015
@PVince81
Copy link
Contributor

PVince81 commented Oct 7, 2015

This is because the deferred action from the "undo" notification isn't sent in the correct order.

@PVince81
Copy link
Contributor

PVince81 commented Oct 7, 2015

Ouch, we still didn't have time to introduce a proper undo handler, this is going to get fiddly...

@PVince81
Copy link
Contributor

PVince81 commented Oct 7, 2015

Fiddly fix is here #19627

@MorrisJobke MorrisJobke modified the milestones: 9.0-next, 8.2.1-next-maintenance Oct 14, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Aug 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants