nitnelave
nitnelave
No one's working on it at the moment, it's all yours!
It's just a frontend issue, meaning that even if users click on the button, they won't be able to reset their password. But yes, it's not ideal.
Sorry for the many comments, it's my first time playing with agents, so the final design wasn't clear in my head. I think moving most of the fetching and state...
I'm willing to move off of common component. It was much more important before 0.19 since a lot of functionality was baked in there, but now it's mostly just a...
The ldap attribute is jpegPhoto, I'm not sure how other file formats are handled. If someone knows more about it, I'm all ears.
There are several problems with that: - JPEG quality is configurable, it's hard to find a default that pleases everyone - PNG supports transparency, JPEG doesn't -> how to convert?...
Sure, we can look into that, if you feel like implementing it. The conversion should be done client-side, though.
It's currently blocked on being able to set values to custom attributes from the frontend. Currently you can create attributes, but not set values. You can only do that through...
Man, I wrote this plugin 15 years ago :D I don't maintain it anymore, but if you have an error in the logs I can try to guess what happened.
The result gets turned into one or two values: `Ok(T) -> T`, `Err(E) -> nil, E`