Sphinx Web Identity Interface (like the embedded one)

This is in our roadmap and we are going to implement it soon.

Some of these requests you can also add a feature request for that.
Note that many (if not all) of the above you can implement by extending the existing Sphinx user class with your own class and additional properties: Addtional Attributes for User Class - #4 by wlandgraf.

CSS is fully customizable so maybe all of the above can be implemented as well. You can completely override the CSS of the full page using the TSphinxConfig.UIOptions.LoginAppFolder property.

Set it to a local folder in your disk, for example:

  SphinxConfig1.UIOptions.LoginAppFolder := 'D:\SphinxLoginApp';

And then add an empty custom.css file there. Inside that file, you can add any CSS syntax and it will be used in the login app.

This is also something we have to implement at our side.

Thank you!