Henry

Results 168 comments of Henry

Configuring the meta [type as read-only](https://doc.getqor.com/admin/metas/hidden-readonly.html) does not work for you? Than you might have to work with custom Setter to ignore the updates. https://doc.getqor.com/admin/fields.html

Search for _virtual field_ in the link I posted. There you will find this code for passwords. ```go user.Meta(&admin.Meta{Name: "Password", Type: "password", Valuer: func(interface{}, *qor.Context) interface{} { return "" },...

> This problem’s solution is version. be careful with tagged releases. they weren't updated in ages. ( https://github.com/qor/qor/issues/214 )

Hey @genofire I see this is pretty old by now.. Is this still something you are considering? If so can you outline the changes here a bit? This would help...

I'd add a `GetPinnedTLSCert() []byte` to `o3ma/o3` and use that here and in the `go-unirest` fork. Ideally this should also reduce the size of the `go-unirest` patches and make rebasing...

It looks like the required field was already present on `CreateStage2Request`, too! LGTM apart from a minor gofmt

I don't maintain this code, I just know the people who started the project. Maybe they can add or transfer ownership of the org if people are interested to take...

> Would like to chip in on maintenance. @fabiogermann I will try to make a call with corrupt and willnix before xmas or after. we'd usually would have met over...

Sorry, I’m not sure about the state of the groups feature set. You might have stumbled into something unfinished.

I didn’t make it but will let them know about this issue. Might take them a while to get back to you since they are working on other stuff currently...