I would like to know what this code does in the joomla file
components/com_users/views/login/tmpl/default_login.php
<?php foreach ($this->form->getFieldset('credentials') as $field): ?>
<?php if (!$field->hidden): ?>
Also, how do I add the "remember me" option that is given with the login module? Thanks.