Experimente as configurações do sistema - Contas de usuários. Clique na cabeça cinza (ou na miniatura) mostrada acima de 'Tipo de conta'. Lá você pode mudar isso.
Mas ... uma instalação padrão do Ubuntu 13.04 não mostrará uma foto sua na tela de login do lightdm.
Há informações sobre Ajuda do Ubuntu e na página do ArchWiki sobre como personalizar o lightdm.
Você precisa editar o
/etc/lightdm/lightdm-gtk-greeter.conf
É assim que um novo arquivo lightdm-gtk-greeter.conf instalado se parece:
#
# background = Background file to use, either an image path or a color (e.g. #772953)
# theme-name = GTK+ theme to use
# font-name = Font to use
# xft-antialias = Whether to antialias Xft fonts (true or false)
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
# xft-hintstyle = What degree of hinting to use (hintnone, hintslight, hintmedium, or hintfull)
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
# show-language-selector (true or false)
#
[greeter]
background=/usr/share/backgrounds/warty-final-ubuntu.png
theme-name=Ambiance
font-name=Ubuntu 11
xft-antialias=true
xft-dpi=96
xft-hintstyle=slight
xft-rgba=rgb
show-language-selector=true
arquivo
.