mirror of https://github.com/interlegis/sapl.git
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							84 lines
						
					
					
						
							2.2 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							84 lines
						
					
					
						
							2.2 KiB
						
					
					
				| {% extends "base.html" %} | |
| {% load i18n %} | |
| 
 | |
| {% block base_content %} | |
| 
 | |
|             <div id="conteudo"> | |
| 
 | |
| 
 | |
| 
 | |
| <h1 class="firstHeading">Troca de Senha</h1> | |
| <br /> | |
| Este Módulo tem por objetivo possibilitar a troca de senha | |
| de acesso a parte de alimentação do sistema.<br /> | |
| Ao ter acesso a este módulo será exibida uma tela | |
| com os seguintes campos a serem preenchidos.<br /> | |
| 
 | |
| <br /> | |
| 
 | |
| <center> | |
| <table width="85%"> | |
|   <col width="60*" /> <col width="40*" /> <col | |
|  width="156*" /> <thead> <tr valign="top"> | |
|     <td bgcolor="#c7d8eb" width="24%"> | |
|     <p align="justify"><font style="font-size: 11pt;" | |
|  size="3"><b>Nome do Campo</b></font></p> | |
|     </td> | |
|     <td bgcolor="#c7d8eb" width="15%"> | |
|     <p align="justify"><font style="font-size: 11pt;" | |
|  size="3"><b>Tipo</b></font></p> | |
|     </td> | |
|     <td bgcolor="#c7d8eb" width="61%"> | |
|     <p align="justify"><font style="font-size: 11pt;" | |
|  size="3"><b>Instruções para | |
| Preenchimento</b></font></p> | |
|     </td> | |
|   </tr> | |
|   </thead> <tbody> | |
|     <tr valign="top"> | |
|       <td width="24%"> | |
|       <p><font style="font-size: 11pt;" size="3">Nova | |
| Senha</font></p> | |
|       </td> | |
|       <td width="15%"> | |
|       <p><font style="font-size: 11pt;" size="3">Obrigatório</font></p> | |
|       </td> | |
|       <td width="61%"> | |
|       <p><font style="font-size: 11pt;" size="3">Informe | |
| a nova senha.</font></p> | |
|       </td> | |
|     </tr> | |
|     <tr valign="top"> | |
|       <td width="24%"> | |
|       <p><font style="font-size: 11pt;" size="3">Confirmação</font></p> | |
|       </td> | |
|       <td width="15%"> | |
|       <p><font style="font-size: 11pt;" size="3">Obrigatório</font></p> | |
|       </td> | |
|       <td width="61%"> | |
|       <p><font style="font-size: 11pt;" size="3">Digite | |
| novamente a senha informada no campo acima.</font></p> | |
|       </td> | |
|     </tr> | |
|   </tbody> | |
| </table> | |
| </center> | |
| <br /> | |
| Acione a função  | |
| “Trocar” para que as | |
| informações sejam salvas no arquivo.<br /> | |
| Será enviada a mensagem<i> !Senha salva com sucesso!</i><br /> | |
| 
 | |
| <br /> | |
|   <a href="ordem_dia">Anterior</a> | | |
| 
 | |
|   <a href="ajuda_index_html">Índice</a> | |
| 
 | |
|   | <a href="gerenciamento_usuarios">Próxima</a> | |
| 
 | |
| <br /> | |
| 
 | |
| 
 | |
| </div> | |
| 
 | |
| {% endblock base_content %}
 | |
| 
 |