ZCML File
ftpplugins.zcml
[top]
/
zope
/
app
/
authentication
/ ftpplugins.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
i18n_domain
="
zope
"
>
<
utility
factory
="
.ftpplugins.FTPCredentialsPlugin
"
provides
="
.interfaces.ICredentialsPlugin
"
name
="
FTP Credentials
"
/>
</
configure
>