Wahzzy

Results 2 issues of Wahzzy

Hi, I want to make a JSON editor custom element. But I meet some problems. Here is my code: ```html var template = document.getElementById('custom-template') class CustomJsonEditor extends HTMLElement { constructor()...

bug
help wanted

![image](https://user-images.githubusercontent.com/12412109/142169898-f5fc5599-76ba-4f9a-9ff0-247f365285ea.png) The user_options would save in database, so the password would be in database too. I think it will be better to use env directly. For example, self.env['KERBEROS_PASSWORD'] = password.