Listing 37.16. Tworzenie formularzy i akcji odpowiedzialnych za rejestrację, zmianę oraz resetowanie hasła
zf create form Register
zf create action registerform Auth
zf create action register Auth

zf create form Forgotpassword
zf create action forgotpasswordform Auth
zf create action forgotpassword Auth

zf create form Changepassword
zf create action changepasswordform Auth
zf create action changepassword Auth