Michael Vogel
830870c58e
Fix for issue 2060: When password is provided during the register process now the user is redirected correctly.
7 years ago
Tobias Diekershoff
9a1c57f1bc
Following n4rky to resolve #1898
7 years ago
Michael Vogel
836058c477
Added help text
7 years ago
Michael Vogel
055ee962c9
Ability to enter a password when the first user is created
7 years ago
fabrixxm
7687342849
fix email for
...
- registration request
- registration approval
- account created by admin
add a reditect after registration approval or deny
8 years ago
fabrixxm
3ac5e4508b
fix email to new registerd users.
...
fix notification in case of error sending email.
8 years ago
fabrixxm
a8c90155f8
db update mail via notification()
...
remove last template
8 years ago
fabrixxm
5861bdd6e9
registration request as system notification
...
kill the template
send email to all admins
8 years ago
fabrixxm
5997fb19ee
More template gore!
8 years ago
Tobias Diekershoff
b84502c4e6
move <div> to the register.tpl
8 years ago
Tobias Diekershoff
c52ae17df4
add bbcode support for the page register textfield (Bug #871 )
8 years ago
Michael Vogel
6684107b66
multiple admin mails. It is now possible to define more than one admin mail address. You can now add multiple addresses, separated by comma.
9 years ago
Silke Meyer
9152198927
Added link to import a profile im register tpl
9 years ago
Zach Prezkuta
bce29054b9
allow Smarty use on international templates
10 years ago
friendica
4ab363ed71
bypass smarty wherever using intltext_templates (install, register, friend confirmation emails, etc.)
10 years ago
friendica
07ba4da634
email header encoding everywhere
10 years ago
Christian Vogeley
d9961bc3b4
revert one change
10 years ago
Christian Vogeley
4ab7820663
.
10 years ago
Christian Vogeley
5bfd4cf5c4
Move HTML part of oid to template + replace outside the tpl
10 years ago
Christian Vogeley
2a3f8f8ee2
.
10 years ago
Christian Vogeley
cde9b6370d
Fix registration form
10 years ago
Fabrixxm
65d235017c
move account. first step.
...
export basic account data as json
import basic account data in db (dbs must be at same schema version)
10 years ago
friendica
c2af97ef61
rev update
10 years ago
Zach Prezkuta
77529ccdf1
allow individual choice of mobile themes
10 years ago
friendica
5255a5c9a9
rev update
10 years ago
friendica
0165d5dd2c
registration issue after re-factor
10 years ago
friendica
93bc29a711
turn registration code into a standalone function for re-use
10 years ago
friendica
7d77cfef56
Create a "potential default group" called "Friends" on registration.
10 years ago
friendica
afaf9ec74f
rev update
10 years ago
Klaus Weidenbach
1f9fe8b5ee
Remove Gravatar from core and add new hook avatar_lookup.
...
This patch removes all occurances of Gravatar from friendica's core and adds a new hook "avatar_lookup" inside the function avatar_img($email) where the new *avatar-plugins should hook in.
I haven't touched the language files yet. Are they updated automatically somehow?
10 years ago
Klaus Weidenbach
93ffba58cc
Rename gravatar_img() more generic to avatar_img().
...
I would like to extend the Gravatar support to also use Libravatar, a decentralized avatar service.
First step to extract Gravatar from core and put it into its own plugin. Later the Libravatar plugin can be done, too as a plugin.
10 years ago
friendica
2147e0a71f
ensure all new users get a timezone. We'll use UTC until they choose otherwise.
10 years ago
friendica
adebc2793e
register hooks for a COPA plugin
10 years ago
friendica
ebdf0ee99e
prevent re-registrations using a deleted username - not an issue with Friendica but could create a serious privacy issue with federated platforms
10 years ago
friendica
c0c0f2dc15
add closeness attribute
10 years ago
friendica
8aa2552372
add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit)
10 years ago
friendica
d9ede7f7bd
implement max daily registrations
11 years ago
friendica
102ea901c3
cannot register at all when multiple_pages is not allowed
11 years ago
Friendika
573670fa0c
more social graph stuff
11 years ago
Friendika
6a9e22550d
.
11 years ago
Friendika
b28b468b21
cleanup
11 years ago
Friendika
1eec10329a
guid functions
11 years ago
Friendika
2637831d90
some more zot changes migrating back to f9a mainline
11 years ago
Friendika
b27d68633b
register hook
11 years ago
Friendika
c0b8e63a3f
basic diaspora discovery
11 years ago
Friendika
1fa2231c20
invite system
11 years ago
Friendika
2d2b500639
input the admin email address during install/setup.
11 years ago
Friendika
ae0275ec2c
collapse multiple spaces in usernames
11 years ago
Friendika
040fc247a0
bug #85
11 years ago
Fabio Comuni
e1107b55c6
add info() function. Works like notice() but show messages in a div with class info-message.
...
update code to use info() instead of notice() when appropriate (non-error message)
add info-message class style in themes
11 years ago