-
Notifications
You must be signed in to change notification settings - Fork 788
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
Functionality to delete a user's avatar #615
Conversation
I changed AvatarModel to self^^ |
Ah, i must of missed that conversation, it really doesn't make a whole heap of sense where it currently is does it. as to this feature, I think that this should be implemented, as it extends on functionality that is already there, if you can add something you should be able to remove it. that's how i see it |
I don't have a link to the issue right now, but it was at the time where @panique splitted the login model. |
Side note, You should probably add a way for the user to use this feature, i cant imagine it will get merged without it |
Thanks, excellent! I'll make a test tomorrow and then merge it! |
@Dominic28 Can you please add something that makes this feature useable for the user ? currently it's more or less unreachable code :) |
I added the link to the upload avatar page and renamed it to edit avatar. I hope this is okay for you. |
Functionality to delete a user's avatar
BIG Thanks, works perfectly! :) |
Hey,
I needed this for a project. Feel free to merge this :) You just have to place a link somwhere in your design.
Personally, I renamed the uploadAvatar area to editAvatar and moved it in a user-controller which looks like this: