DrupalBin
Submit Code
About
Recent Posts
how to add a ahah form element after submit
8 hours 57 min
ago
user_deco add functions
9 hours 8 min
ago
simple version
12 hours 1 min
ago
Fix for D6 path_set_alias
12 hours 57 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
authentication
My login form
January 22, 2008 - 4:50pm — Anonymous
<?php
//...
function
meulogin
(
)
{
$form
=
array
(
)
;
$form
[
'user'
]
=
array
(
'#type'
=>
'textfield'
,
'#title'
=>
'User'
)
;
$form
[
'senha'
]
=
array
(
authentication
user
Read more