rucio / webui

RucioWebUI (v2.0)
Apache License 2.0
4 stars 15 forks source link

Rewrite the userpass login functionality to extend from Base #415

Open GooseNight opened 4 months ago

GooseNight commented 4 months ago

This change is a rewrite of the userpass login functionality so that the different elements extend from a Base class, type or interface.

The templates for the different files were made by the https://github.com/maany/meow-maker

The AccountAttributesDTO now uses the BaseDTO type, therefore the status is now 'success' or 'error' and not 'OK' or 'ERROR'.

For now the old userpass functionality is still used, this new userpass login functionality is simply written and ready for use.