dataset/seed/postgresql/extras/accounts/00_accounts.xml

18 lines
731 B
XML
Raw Normal View History

2022-03-08 19:42:28 +01:00
<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.10">
<variables>
2022-08-18 10:19:43 +02:00
<variable name="remotes" description="Remote clients needing an account" type="domainname" multi="True" provider="Postgresql"/>
2022-03-08 19:42:28 +01:00
<family name="remote_" description="Account for " dynamic="accounts.remotes">
2022-08-18 10:19:43 +02:00
<variable name="remote_ip_" description="Remote IP" type="ip" mandatory="True"/>
<variable name="password_" description="Remote password" auto_save="False" hidden="True" type="password" mandatory="True" provider="Postgresql:password"/>
2022-03-08 19:42:28 +01:00
</family>
</variables>
<constraints>
2022-08-18 10:19:43 +02:00
<fill name="get_ip">
<param type="suffix"/>
<target>accounts.remote_.remote_ip_</target>
2022-03-08 19:42:28 +01:00
</fill>
</constraints>
</rougail>