It is said it's not recommended, do you see better way to do this?
How is it possible to develop appropriate alfresco share gui modifications? (to add a field and editor) Can you give me any start point?
And just because I'm curious - where are stored user passwords, because I don't see them in model?
2 ) Second aspect needed is to modify Site metadata, again I need 2 more fields. It's more complicated to me, I discovered that Site folders have the same content type (cm:folder) as the other, and there are no such fields as 'url name' , 'type' or 'visibility'. So I guess Share specific metadata is stored elsewhere than in main content model and joined someway with normal folder. Where is it, and how to modify it?
2) For the site modification maybe you can use the same technic as above with the user aspect? If you look at the st:site in siteModel.xml the url field seems to correspond to the inherited (from cm:folder) cm:name property, the name is the cm:title-property. There is as well a st:siteVisibility property.